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.
1 parent c33dd75 commit b61de98Copy full SHA for b61de98
deep_reference_parser/parse.py
@@ -58,7 +58,7 @@ def __init__(self, config_file):
58
msg.good(f"Found {artefact}")
59
except:
60
msg.fail(f"Could not download {S3_SLUG}{artefact}")
61
- logger.exception()
+ logger.exception("Could not download %s%s", S3_SLUG, artefact)
62
63
# Check on word embedding and download if not exists
64
deep_reference_parser/split.py
@@ -62,7 +62,7 @@ def __init__(self, config_file):
65
66
67
68
0 commit comments