mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
String changes
This commit is contained in:
parent
b4544de5f3
commit
38aec680fc
@ -627,7 +627,7 @@ class _Interpreter(object):
|
||||
self.locals[v] = x
|
||||
ret = self.expression_list(prog.block)
|
||||
return ret
|
||||
self.error(_('Field {0} is not a list').format(f))
|
||||
self.error(_('The field {0} is not a list').format(f))
|
||||
except ValueError as e:
|
||||
raise e
|
||||
except Exception as e:
|
||||
|
Loading…
x
Reference in New Issue
Block a user