Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit50fc4c5

Browse files
[BUG FIX] PostgresNode::start is corrected
Incorrect code to build a warning message.
1 parentfe03c24 commit50fc4c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎testgres/node.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -841,8 +841,7 @@ def LOCAL__raise_cannot_start_node__std(from_exception):
841841

842842
log_files0=log_files1
843843
logging.warning(
844-
"Detected a conflict with using the port {0}. "
845-
"Trying another port after a {1}-second sleep...".format(self.port,timeout)
844+
"Detected a conflict with using the port {0}. Trying another port after a {1}-second sleep...".format(self.port,timeout)
846845
)
847846
time.sleep(timeout)
848847
timeout=min(2*timeout,5)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp