Skip to content

Commit

Permalink
Merge pull request #96 from grc-iit/JaimeCernuda-patch-1
Browse files Browse the repository at this point in the history
Update hermes_run
  • Loading branch information
lukemartinlogan authored Jan 30, 2024
2 parents a998f5a + f79845e commit 4f8075d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/builtin/hermes_run/pkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def _configure_server(self):
for dev_type, count in self.config['devices']]
dev_df = sdf.concat(dev_list)
if len(dev_df) == 0:
raise Exception('Hermes needs at least on storage device')
raise Exception('Hermes needs at least one storage device')
devs = dev_df.rows
for i, dev in enumerate(devs):
dev_type = dev['dev_type']
Expand Down

0 comments on commit 4f8075d

Please sign in to comment.