Skip to content

Commit

Permalink
fixed wording on error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Julia Putko committed Feb 12, 2024
1 parent 10d7f89 commit c42ac83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smartsim/_core/control/previewrenderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def _check_verbosity_level(
"""
if verbosity_level not in (Verbosity.INFO, Verbosity.DEBUG, Verbosity.DEVELOPER):
logger.warning(
f"'{verbosity_level}' is an unsupported verbosity level requested.\
f"'{verbosity_level}' is an unsupported verbosity level.\
Setting verbosity to: {Verbosity.INFO}"
)
return Verbosity.INFO
Expand Down

0 comments on commit c42ac83

Please sign in to comment.