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

Commit0a3442a

Browse files
PostgresNode::start is corrected [error message]
1 parent04f88c7 commit0a3442a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎testgres/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@ def start(self, params=[], wait=True):
10881088
returnself
10891089

10901090
ifself._portisNone:
1091-
raiseInvalidOperationException("Can't start PostgresNode. Port isnode defined.")
1091+
raiseInvalidOperationException("Can't start PostgresNode. Port isnot defined.")
10921092

10931093
asserttype(self._port)==int# noqa: E721
10941094

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp