mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-02-07 07:34:17 +00:00
Allow set to be called from scripts
This commit is contained in:
parent
b2e44a3ef2
commit
68673b9360
@ -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