Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ManiMatter committed May 24, 2024
1 parent 2e358d9 commit 289b566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def get_config_value(key, config_section, is_mandatory, datatype, default_value
sys.exit(0)
else:
# return default_value
print(f'The default value used for [{config_section}]: {key} is "{config_value}"')
print(f'The default value used for [{config_section}]: {key} is "{default_value}"')
config_value = default_value

else:
Expand Down

0 comments on commit 289b566

Please sign in to comment.