diff --git a/testgres/node.py b/testgres/node.py index 8a712753..512650c1 100644 --- a/testgres/node.py +++ b/testgres/node.py @@ -841,8 +841,7 @@ def LOCAL__raise_cannot_start_node__std(from_exception): log_files0 = log_files1 logging.warning( - "Detected a conflict with using the port {0}. " - "Trying another port after a {1}-second sleep...".format(self.port, timeout) + "Detected a conflict with using the port {0}. Trying another port after a {1}-second sleep...".format(self.port, timeout) ) time.sleep(timeout) timeout = min(2 * timeout, 5)