Skip to content

Commit

Permalink
add support for parsing script
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Jun 12, 2024
1 parent 488b95b commit 7a5321f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobspec/transformer/flux/steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def write_job_script(self, command):
# Clean up (activate later)
command += f"\n#rm -rf {tmpfile}"
utils.write_file(command, tmpfile)
return [terms["executable", tmpfile]]
return [terms["executable"], tmpfile]

def prepare(self, command=None, waitable=False):
"""
Expand Down

0 comments on commit 7a5321f

Please sign in to comment.