mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +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",
|
||||
"traceback",
|
||||
"linecache",
|
||||
"importlib",
|
||||
"importlib.machinery",
|
||||
}
|
||||
|
||||
if "*" in stdlib_allow:
|
||||
|
||||
Reference in New Issue
Block a user