Skip to content
Snippets Groups Projects
Commit 0dc1c6b2 authored by s2870355's avatar s2870355
Browse files

add forgotten comma

parent fb0f838b
No related branches found
No related tags found
No related merge requests found
Pipeline #69374 failed
......@@ -78,7 +78,7 @@ def run_cli_sequential(job : dict) -> int:
"-it", \
job['image'], \
"chmod", "+x", exec_location, \
"&&" \
"&&", \
exec_location])
def remove_from_depends(process_info : dict, jobname : str) -> dict:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment