refactor(core): Make native Python runner compatible with launcher (#18788)

This commit is contained in:
Iván Ovejero
2025-08-26 13:19:09 +02:00
committed by GitHub
parent 1da5acee30
commit 6cccc4ab9f
10 changed files with 31 additions and 41 deletions

View File

@@ -4,7 +4,7 @@ import traceback
import textwrap
import json
from .errors import (
from src.errors import (
TaskResultMissingError,
TaskRuntimeError,
TaskTimeoutError,