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

Commit2d2a156

Browse files
committed
Refinement of the run function in app.py
1 parent569923a commit2d2a156

File tree

1 file changed

+2
-0
lines changed
  • testgres/plugins/pg_probackup2/pg_probackup2

1 file changed

+2
-0
lines changed

‎testgres/plugins/pg_probackup2/pg_probackup2/app.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ def run(self, command, gdb=False, old_binary=False, return_id=True, env=None,
7373
command= [command[0],*use_backup_dir.pb_args,*command[1:]]
7474
elifuse_backup_dir:
7575
command= [command[0],*self.backup_dir.pb_args,*command[1:]]
76+
else:
77+
command= [command[0],*self.backup_dir.pb_args[2:],*command[1:]]
7678

7779
ifnotself.probackup_old_pathandold_binary:
7880
logging.error('PGPROBACKUPBIN_OLD is not set')

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp