mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
86c1d17474
commit
7d7731f5d0
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user