mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-27 14:57:21 +02:00
fix(core): Allow importlib in sys.modules in native Python runner (no-changelog) (#19244)
This commit is contained in:
parent
0d7f9ae182
commit
18408bcaa1
|
|
@ -336,6 +336,8 @@ class TaskExecutor:
|
|||
"sys",
|
||||
"traceback",
|
||||
"linecache",
|
||||
"importlib",
|
||||
"importlib.machinery",
|
||||
}
|
||||
|
||||
if "*" in stdlib_allow:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user