Skip to content

Commit

Permalink
Fix spacing in caution message
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Guinther committed Oct 11, 2023
1 parent 23f40e7 commit f6474d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sparsezoo/model/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ def load_files_from_stub(
)
if matching_models > 1:
_LOGGER.warning(
f"{len(models)} found from the stub: {stub}"
"Using the first model to obtain metadata."
"Proceed with caution"
f"{len(models)} found from the stub: {stub}."
" Using the first model to obtain metadata."
" Proceed with caution..."
)

if matching_models:
Expand Down

0 comments on commit f6474d6

Please sign in to comment.