...
This commit is contained in:
parent
102097da5a
commit
bc4f40fea7
@ -976,7 +976,7 @@ class FileTransmission:
|
||||
finally:
|
||||
self.drop_receive(ar.id)
|
||||
else:
|
||||
log_error('Transmission receive command with unknown action: {cmd.action}, ignoring')
|
||||
log_error(f'Transmission receive command with unknown action: {cmd.action}, ignoring')
|
||||
|
||||
def transmit_rsync_signature(
|
||||
self, fs: Iterator[memoryview],
|
||||
|
||||
@ -832,7 +832,7 @@ class Window:
|
||||
args = self.child.foreground_cmdline
|
||||
conn_data = get_connection_data(args, self.child.foreground_cwd or self.child.current_cwd or '')
|
||||
if conn_data is None:
|
||||
get_boss().show_error('Could not handle remote file', 'No SSH connection data found in: {args}')
|
||||
get_boss().show_error('Could not handle remote file', f'No SSH connection data found in: {args}')
|
||||
return
|
||||
get_boss().run_kitten(
|
||||
'remote_file', '--hostname', netloc.partition(':')[0], '--path', remote_path,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user