Skip to content

Commit

Permalink
fix SNAPBOMB runs
Browse files Browse the repository at this point in the history
  • Loading branch information
heikoklein committed Dec 9, 2024
1 parent 9ece3c5 commit 2810d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/SnapPy/Snappy/SnapJob.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def job_script(self):
argos_operational = ""
if self.task.model.startswith("SNAPBOMB"):
task_model = self.task.model[8:]
if self.task.model.startswith("SNAPOPBOMB"):
elif self.task.model.startswith("SNAPOPBOMB"):
task_model = self.task.model[10:]
argos_operational = "--argos_operational"
elif self.task.model.startswith("SNAP"):
Expand Down

0 comments on commit 2810d66

Please sign in to comment.