Skip to content

Commit

Permalink
typo in debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
petersilva committed Aug 12, 2024
1 parent 1e6793f commit b4eb8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sarracenia/flow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1483,7 +1483,7 @@ def file_should_be_downloaded(self, msg) -> bool:
return False
else:
logger.debug(
f"{msg['new_path']} new version is {new_time-old_time} newer (new: {new_time} vs old: {old_time} )" )
f"{msg['new_path']} new version is {new_mtime-old_mtime} newer (new: {new_mtime} vs old: {old_mtime} )" )

if 'identity' in msg and msg['identity']['method'] in ['random', 'cod']:
logger.debug( f"content_match {msg['new_path']} sum 0/z never matches" )
Expand Down

0 comments on commit b4eb8ba

Please sign in to comment.