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)
|
||||
except Exception as err:
|
||||
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:
|
||||
pass
|
||||
return options
|
||||
|
Loading…
x
Reference in New Issue
Block a user