Skip to content

Commit 837244d

Browse files
authored
raise run error (#3092)
1 parent e7baacc commit 837244d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/runtime/local/submitter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def submit_local_run(datasource, select, image_name, params, into):
245245
stdout=subprocess.PIPE,
246246
stderr=subprocess.PIPE)
247247
else:
248-
print(
248+
raise RuntimeError(
249249
"The other executable except Python program is not supported yet")
250250

251251
if sub_process:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy