We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe72088 + d4f0db1 commit 3ac8313Copy full SHA for 3ac8313
passgithelper.py
@@ -103,7 +103,7 @@ def parse(mapping_file: IO) -> configparser.ConfigParser:
103
"Please create {config_file}".format(config_file=DEFAULT_CONFIG_FILE)
104
)
105
default_file = Path(xdg_config_dir) / CONFIG_FILE_NAME
106
- LOGGER.debug("Parsing mapping file %s", mapping_file)
+ LOGGER.debug("Parsing mapping file %s", default_file)
107
with default_file.open("r") as file_handle:
108
return parse(file_handle)
109
0 commit comments