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

Commit8a38d7c

Browse files
committed
Fix an f-string
1 parentf531088 commit8a38d7c

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
ifself.remote:
405-
cmd_list+= [f'--remote-proto=ssh','--remote-host={remote_host}']
405+
cmd_list+= ['--remote-proto=ssh',f'--remote-host={remote_host}']
406406
ifremote_port:
407407
cmd_list.append(f'--remote-port={remote_port}')
408408
ifself.verbose:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp