Skip to content

Commit

Permalink
Merge pull request #41 from pyiron/fix_remote_delete
Browse files Browse the repository at this point in the history
Fix remote delete
  • Loading branch information
jan-janssen authored Oct 28, 2020
2 parents b978d2f + 707af04 commit 7853409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysqa/cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def command_line(argv):
opts, args = getopt.getopt(
argv, "f:pq:j:w:n:m:t:c:ri:dslh", ["config_directory=", "submit", "queue=", "job_name=",
"working_directory=", "cores=", "memory=", "run_time=",
"command=", "reservation", "id", "delete", "status", "list", "help"]
"command=", "reservation", "id=", "delete", "status", "list", "help"]
)
except getopt.GetoptError:
print("cmd.py help")
Expand Down

0 comments on commit 7853409

Please sign in to comment.