mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(core): Allow importlib in sys.modules in native Python runner (no-changelog) (#19244)
This commit is contained in:
@@ -336,6 +336,8 @@ class TaskExecutor:
|
|||||||
"sys",
|
"sys",
|
||||||
"traceback",
|
"traceback",
|
||||||
"linecache",
|
"linecache",
|
||||||
|
"importlib",
|
||||||
|
"importlib.machinery",
|
||||||
}
|
}
|
||||||
|
|
||||||
if "*" in stdlib_allow:
|
if "*" in stdlib_allow:
|
||||||
|
|||||||
Reference in New Issue
Block a user