Skip to content

Commit 306faac

Browse files
committed
starter/runner.py
1 parent 1ba29ce commit 306faac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starter/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ def run_python(data):
370370
send_to_scheduler(
371371
False,
372372
-1,
373-
"Script running for too long time!",
373+
"The script's running time exceeded the limit and the execution was aborted.",
374374
DEFAULT_SUB_PROCESS_TIMEOUT,
375375
data,
376376
)

0 commit comments

Comments
 (0)