This commit is contained in:
Kovid Goyal
2021-08-13 17:04:49 +05:30
parent 5a76dab3c6
commit 97a9261096

View File

@@ -292,7 +292,6 @@ def handle_action(action: str, cli_opts: RemoteFileCLIOptions) -> Result:
if not master.download():
show_error(f'Failed to download {remote_path}')
return None
1/0
mtime = os.path.getmtime(master.dest)
print(reset_terminal(), end='', flush=True)
editor_process = subprocess.Popen(editor + [master.dest])