Commit a319d6fa authored by Andreas Jung's avatar Andreas Jung

wording

parent 9b595d46
...@@ -325,7 +325,7 @@ class PythonScript(Script, Historical, Cacheable): ...@@ -325,7 +325,7 @@ class PythonScript(Script, Historical, Cacheable):
try: try:
result = f(*args, **kw) result = f(*args, **kw)
except SystemExit: except SystemExit:
raise ValueError('SystemExit can not raised with a PythonScript') raise ValueError('SystemExit can not be raised within a PythonScript')
if keyset is not None: if keyset is not None:
# Store the result in the cache. # Store the result in the cache.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment