This commit is contained in:
Kovid Goyal 2019-03-17 19:46:58 +05:30
parent 86c1d17474
commit 7d7731f5d0
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -255,7 +255,7 @@ class OptionSet(object):
exec(src, options) exec(src, options)
except Exception as err: except Exception as err:
try: try:
print('Failed to parse options string with error: {}'.format(err)) print('Failed to parse old style options string with error: {}'.format(err))
except Exception: except Exception:
pass pass
return options return options