Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: Ketan Agrawal <[email protected]>
  • Loading branch information
ketanri committed May 3, 2023
1 parent 1c76e69 commit 101c236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion art/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def set_data_path(path):
logger.warning("Unable to update configuration file", exc_info=True)

except ValueError as e: # pragma: no cover
logger.warning("Received the following error when loading existing config: %s", e)
logger.warning("Received the following error when loading configuration: %s", e)
_config = {}
else:
if not os.path.exists(_folder):
Expand Down

0 comments on commit 101c236

Please sign in to comment.