File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ def __init__(self, config_file):
70
70
msg .good (f"Found { WORD_EMBEDDINGS } " )
71
71
except :
72
72
msg .fail (f"Could not download { S3_SLUG } { WORD_EMBEDDINGS } " )
73
- logger .exception ()
73
+ logger .exception ("Could not download %s" , WORD_EMBEDDINGS )
74
74
75
75
OUTPUT = cfg ["build" ]["output" ]
76
76
PRETRAINED_EMBEDDING = cfg ["build" ]["pretrained_embedding" ]
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ def __init__(self, config_file):
74
74
msg .good (f"Found { WORD_EMBEDDINGS } " )
75
75
except :
76
76
msg .fail (f"Could not download { S3_SLUG } { WORD_EMBEDDINGS } " )
77
- logger .exception ()
77
+ logger .exception ("Could not download %s" , WORD_EMBEDDINGS )
78
78
79
79
OUTPUT = cfg ["build" ]["output" ]
80
80
PRETRAINED_EMBEDDING = cfg ["build" ]["pretrained_embedding" ]
You can’t perform that action at this time.
0 commit comments