Skip to content

Commit

Permalink
Pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
djgroen committed Dec 5, 2023
1 parent bf056ac commit df50769
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions fabsim/deploy/machines.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,9 @@ def load_plugins() -> None:

else:
print(f"ERROR: Plugin {key} is not recognised by FabSim3.")
print(
f"It may not contain either a {key}/{key}.py file or a {key}/{key.lower()} package with a {key.lower()}.py file in it.")
print(f"It may not contain either a {key}/{key}.py file")
print(f"or a {key}/{key.lower()} package,")
print(f"with a {key.lower()}.py file in it.")
sys.exit()

plugin_dict = plugin.__dict__
Expand Down

0 comments on commit df50769

Please sign in to comment.