Changeset: ba9363a6bcdd for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/ba9363a6bcdd
Modified Files:
clients/mapilib/Tests/tlstester.py
Branch: monetdburl
Log Message:
Forgot two f" prefixes
diffs (21 lines):
diff --git a/clients/mapilib/Tests/tlstester.py
b/clients/mapilib/Tests/tlstester.py
--- a/clients/mapilib/Tests/tlstester.py
+++ b/clients/mapilib/Tests/tlstester.py
@@ -533,7 +533,7 @@ class MapiHandler(socketserver.BaseReque
if last:
return True
- log.info("port '{self.name}': incomplete message, EOF after {nread}
bytes")
+ log.info(f"port '{self.name}': incomplete message, EOF after {nread}
bytes")
return False
def recv_bytes(self, size):
@@ -637,7 +637,7 @@ class ForwardHandler(socketserver.BaseRe
if last:
return True
- log.info("port '{self.name}': incomplete message, EOF after {nread}
bytes")
+ log.info(f"port '{self.name}': incomplete message, EOF after {nread}
bytes")
return False
def recv_bytes(self, size):
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]