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

Commit660ab62

Browse files
[windows] PostgresNode.start (LOCAL__start_node) is corrected
[BUG FIX] execute_utility may return None in error.
1 parent0139bbd commit660ab62

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
@@ -792,7 +792,7 @@ def start(self, params=[], wait=True):
792792

793793
defLOCAL__start_node():
794794
_,_,error=execute_utility(_params,self.utils_log_file,verbose=True)
795-
asserttype(error)==str# noqa: E721
795+
asserterrorisNoneortype(error)==str# noqa: E721
796796
iferrorand'does not exist'inerror:
797797
raiseException(error)
798798

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp