Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
joezuntz committed Nov 9, 2022
1 parent 6ab18cb commit 5b1d4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceci/stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ def parse_command_line(cls, cmd=None):
raise ValueError(mpi_err)
ret_args = parser.parse_args()
else:
if ("--mpi" in cmd and not cls.parallel):
if ("--mpi" in cmd) and not cls.parallel:
raise ValueError(mpi_err)
ret_args = parser.parse_args(cmd)

Expand Down

0 comments on commit 5b1d4dc

Please sign in to comment.