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

Commitc6e6f10

Browse files
PostgresNode::start is refactored
We do not translate a new node port into string when we pack it in new option dictionary.
1 parentedbdb9d commitc6e6f10

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
@@ -848,7 +848,7 @@ def LOCAL__raise_cannot_start_node__std(from_exception):
848848
cur_port=self.port
849849
new_port=utils.reserve_port()# can raise
850850
try:
851-
options= {'port':str(new_port)}
851+
options= {'port':new_port}
852852
self.set_auto_conf(options)
853853
except:# noqa: E722
854854
utils.release_port(new_port)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp