Fix inability to run interpreted languages
This commit is contained in:
parent
bfe2450ecc
commit
4f7b3f4da6
1 changed files with 1 additions and 1 deletions
2
aoc
2
aoc
|
@ -163,7 +163,7 @@ def get_runner_command(
|
|||
|
||||
if runner_build is None:
|
||||
if runner_run is not None:
|
||||
return runner_run + [file_name]
|
||||
return runner_run + [file_name], None
|
||||
print(f"No build or run command specified for runner {file_extension}")
|
||||
raise SystemExit(1)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue