Skip to content

Commit

Permalink
Merge pull request #5 from ITISFoundation/fix_type
Browse files Browse the repository at this point in the history
Fix small typo in string
  • Loading branch information
wvangeit authored May 15, 2024
2 parents 7d8ef10 + cea3aa2 commit b9b35e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handshakers.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def retry_last_write(self):
if self.last_write is not None:
path, content = self.last_write
self.write_filecontent(path, content)
logger.info(f"Retried writingfile content to {path}")
logger.info(f"Retried writing file content to {path}")

def shake_initiator(self):
"""Shake hand by initiator"""
Expand Down

0 comments on commit b9b35e7

Please sign in to comment.