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 dded57e commit cf0925a
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 "{default_value}"')
print(f'The default value used for [{config_section}]: {key} is "{default_value}" (data type: {type(default_value)})')
config_value = default_value

else:
Expand Down

0 comments on commit cf0925a

Please sign in to comment.