Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Oct 24, 2017
1 parent a105aa5 commit 10c793b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/hpsmc/batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def parse_args(self):
if self.start_job_num > self.end_job_num:
raise ValueError("The start job number must be >= the end job num when using a range.")
if self.start_job_num < 0 or self.end_job_num < 0:
raise ValueError("The job range nubmers must be > 0.")
raise ValueError("The job range numbers must be > 0.")
else:
self.start_job_num = None
self.end_job_num = None
Expand Down

0 comments on commit 10c793b

Please sign in to comment.