Skip to content

Commit

Permalink
Fix spacing in exception message
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Guinther committed Aug 9, 2023
1 parent 626e4d0 commit 44cd1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sparsezoo/model/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def load_files_from_stub(
matching_models = len(models)
if matching_models == 0:
raise ValueError(
f"No matching models found with stub: {stub}." "Please try another stub"
f"No matching models found with stub: {stub}. Please try another stub"
)
if matching_models > 1:
logging.warning(
Expand Down

0 comments on commit 44cd1d1

Please sign in to comment.