mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
refactor(core): Make native Python runner compatible with launcher (#18788)
This commit is contained in:
@@ -4,7 +4,7 @@ import traceback
|
||||
import textwrap
|
||||
import json
|
||||
|
||||
from .errors import (
|
||||
from src.errors import (
|
||||
TaskResultMissingError,
|
||||
TaskRuntimeError,
|
||||
TaskTimeoutError,
|
||||
|
||||
Reference in New Issue
Block a user