Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f531088 commit 8a38d7cCopy full SHA for 8a38d7c
testgres/plugins/pg_probackup2/pg_probackup2/app.py
@@ -402,7 +402,7 @@ def catchup_node(
402
'--destination-pgdata={0}'.format(destination_node.data_dir)
403
]
404
if self.remote:
405
- cmd_list += [f'--remote-proto=ssh', '--remote-host={remote_host}']
+ cmd_list += ['--remote-proto=ssh', f'--remote-host={remote_host}']
406
if remote_port:
407
cmd_list.append(f'--remote-port={remote_port}')
408
if self.verbose:
0 commit comments