diff options
-rw-r--r-- | ranger/core/fm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/core/fm.py b/ranger/core/fm.py index ba64b5bf..994447b0 100644 --- a/ranger/core/fm.py +++ b/ranger/core/fm.py @@ -145,7 +145,7 @@ class FM(Actions): except KeyboardInterrupt: # this only happens in --debug mode. By default, interrupts # are caught in curses_interrupt_handler - raise SystemExit + raise SystemExit finally: bookmarks.remember(env.cwd) |