Skip to content

Commit

Permalink
Merge pull request #39 from JaimeCernuda/master
Browse files Browse the repository at this point in the history
Quoted command on pbs
  • Loading branch information
JaimeCernuda authored Oct 17, 2023
2 parents b76e51f + 379e1ee commit f0484b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jarvis_util/shell/pbs_exec.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def generate_qsub_command(self):
if value is not None:
cmd += f' -{option} {value}'

cmd += f' -- {self.cmd}'
cmd += f' -- \"{self.cmd}\"'
return cmd

def pbscmd(self):
Expand Down

0 comments on commit f0484b0

Please sign in to comment.