diff options
-rw-r--r-- | ranger/api/commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/api/commands.py b/ranger/api/commands.py index ce381e18..010ea37b 100644 --- a/ranger/api/commands.py +++ b/ranger/api/commands.py @@ -12,7 +12,7 @@ from ranger.core.shared import FileManagerAware from ranger.ext.lazy_property import lazy_property SETTINGS_RE = re.compile(r'^\s*([^\s]+?)=(.*)$') -DELETE_WARNING = 'delete seriously? ' +DELETE_WARNING = 'delete seriously? ' # COMPAT def alias(*_): pass # COMPAT |