Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveTryndamere committed Dec 15, 2024
1 parent d98cea9 commit b657a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def loadConfig(
try:
return MappingProxyType(defaultConfig | loadYaml(configFile))
except OSError:
logging.info(f"{configFile} doesn't exist, returning defaults")
print(f"{configFile} doesn't exist, returning defaults")
return defaultConfig


Expand Down

0 comments on commit b657a70

Please sign in to comment.