mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-02-04 06:04:24 +00:00
Allow set to be called from scripts
This commit is contained in:
parent
b4e1c6d39b
commit
917453156d
@ -172,6 +172,7 @@ class CustomBpmnScriptEngine(PythonScriptEngine): # type: ignore
|
||||
"sum": sum,
|
||||
"time": time,
|
||||
"timedelta": timedelta,
|
||||
"set": set,
|
||||
}
|
||||
|
||||
# This will overwrite the standard builtins
|
||||
|
Loading…
x
Reference in New Issue
Block a user