Skip to content

Commit

Permalink
fixed tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Nov 6, 2024
1 parent 0ce7567 commit 554fc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-globus.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def run_on_endpoint(name, branch, env_file, install_file, run_file):
install_result = subprocess.run([install_command], shell=True, encoding="utf_8", stdout=subprocess.PIPE, stderr=subprocess.STDOUT)

if install_result.returncode != 0:
return (install_result, None)
return (install_result, None)

run_command = "cd {0}-test && chmod +x run.sh && ./run.sh 2>&1 | tee test.log".format(name)
run_result = subprocess.run([run_command], shell=True, encoding="utf_8", stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
Expand Down

0 comments on commit 554fc03

Please sign in to comment.