Skip to content

Commit 8a38d7c

Browse files
committed
Fix an f-string
1 parent f531088 commit 8a38d7c

File tree

1 file changed

+1
-1
lines changed
  • testgres/plugins/pg_probackup2/pg_probackup2

1 file changed

+1
-1
lines changed

testgres/plugins/pg_probackup2/pg_probackup2/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ def catchup_node(
402402
'--destination-pgdata={0}'.format(destination_node.data_dir)
403403
]
404404
if self.remote:
405-
cmd_list += [f'--remote-proto=ssh', '--remote-host={remote_host}']
405+
cmd_list += ['--remote-proto=ssh', f'--remote-host={remote_host}']
406406
if remote_port:
407407
cmd_list.append(f'--remote-port={remote_port}')
408408
if self.verbose:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy