Skip to content

Commit

Permalink
util/sim: Fix minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Feb 21, 2024
1 parent a01a082 commit b77e62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/sim/Simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def get_retcode(self):
if self.dry_run:
return 0
else:
if self.process:
if self.completed():
return int(self.process.returncode)

def successful(self):
Expand Down

0 comments on commit b77e62d

Please sign in to comment.