mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Merge branch 'master' of https://github.com/cbhaley/calibre
This commit is contained in:
commit
e66c896d25
@ -903,7 +903,7 @@ class _Interpreter:
|
||||
self.break_reporter("'for' list value", '', line_number)
|
||||
ret = ''
|
||||
return ret
|
||||
except (StopException, ValueError) as e:
|
||||
except (StopException, ValueError, ReturnExecuted) as e:
|
||||
raise e
|
||||
except Exception as e:
|
||||
self.error(_("Unhandled exception '{0}'").format(e), line_number)
|
||||
|
Loading…
x
Reference in New Issue
Block a user