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 @@ -330,7 +330,7 @@ def _need_checksum(local_filepath):
330
330
)
331
331
if not _need_checksum (local_filepath ):
332
332
logger .warning (
333
- f"WARNING SKIPPED CHECKSUM FOR FILE WITH HASH : { contents_hash } "
333
+ f"Warning skipped checksum for file with hash : { contents_hash } "
334
334
)
335
335
# This will turn into a proper logger when we implement the datajoint logger
336
336
return str (local_filepath ), contents_hash
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ def test_filepath_class_no_checksum():
206
206
for handler in logger .handlers : # Clean up handler
207
207
if handler .name == "test_limit_warning" :
208
208
logger .removeHandler (handler )
209
- assert "WARNING SKIPPED CHECKSUM FOR FILE WITH HASH " in log_contents
209
+ assert "Warning skipped checksum for file with hash " in log_contents
210
210
211
211
212
212
def test_filepath_cleanup (table = Filepath (), store = "repo" ):
You can’t perform that action at this time.
0 commit comments