From 97a9261096280f2e6ff164d4889b1622c851c8a6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 13 Aug 2021 17:04:49 +0530 Subject: [PATCH] ... --- kittens/remote_file/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/kittens/remote_file/main.py b/kittens/remote_file/main.py index d1decd67c..91b0c428b 100644 --- a/kittens/remote_file/main.py +++ b/kittens/remote_file/main.py @@ -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])