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

Commit4fbf51d

Browse files
PostgresNodePortManager is updated [error messages]
1 parent4f49dde commit4fbf51d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎testgres/node.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,11 @@ def __init__(self):
141141
super().__init__()
142142

143143
defreserve_port(self)->int:
144-
raiseNotImplementedError("PostManager::reserve_port is not implemented.")
144+
raiseNotImplementedError("PostgresNodePortManager::reserve_port is not implemented.")
145145

146146
defrelease_port(self,number:int)->None:
147147
asserttype(number)==int# noqa: E721
148-
raiseNotImplementedError("PostManager::release_port is not implemented.")
148+
raiseNotImplementedError("PostgresNodePortManager::release_port is not implemented.")
149149

150150

151151
classPostgresNodePortManager__ThisHost(PostgresNodePortManager):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp