Skip to content

Commit 6465b41

Browse files
A comment is added
1 parent 660ab62 commit 6465b41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testgres/node.py

+1
Original file line numberDiff line numberDiff line change
@@ -791,6 +791,7 @@ def start(self, params=[], wait=True):
791791
"start"] + params # yapf: disable
792792

793793
def LOCAL__start_node():
794+
# 'error' will be None on Windows
794795
_, _, error = execute_utility(_params, self.utils_log_file, verbose=True)
795796
assert error is None or type(error) == str # noqa: E721
796797
if error and 'does not exist' in error:

0 commit comments

Comments
 (0)