From cea3aa2fd3a1a74eb50ff9fbcacac5d7a9d9c600 Mon Sep 17 00:00:00 2001 From: Werner Van Geit Date: Wed, 15 May 2024 10:22:32 +0200 Subject: [PATCH] Fix small typo in string --- src/handshakers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handshakers.py b/src/handshakers.py index 3671873..01df050 100644 --- a/src/handshakers.py +++ b/src/handshakers.py @@ -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"""