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

Commit0b1b3de

Browse files
Formatting
It is part of PR#149.
1 parent1d75568 commit0b1b3de

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

‎testgres/node.py

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -739,13 +739,11 @@ def start(self, params=[], wait=True):
739739
ifself.is_started:
740740
returnself
741741

742-
_params= [
743-
self._get_bin_path("pg_ctl"),
744-
"-D",self.data_dir,
745-
"-l",self.pg_log_file,
746-
"-w"ifwaitelse'-W',# --wait or --no-wait
747-
"start"
748-
]+params# yapf: disable
742+
_params= [self._get_bin_path("pg_ctl"),
743+
"-D",self.data_dir,
744+
"-l",self.pg_log_file,
745+
"-w"ifwaitelse'-W',# --wait or --no-wait
746+
"start"]+params# yapf: disable
749747

750748
startup_retries=5
751749
whileTrue:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp