about summary refs log tree commit diff stats
path: root/ranger/core/runner.py
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-06-19 09:45:59 +0700
committerstepshal <nessento@openmailbox.org>2016-06-19 09:46:59 +0700
commit39e5b4c6ab1a41951d6ff728a058054c1141f57d (patch)
treee38a857c9c1f996b25fd495246245a4e993639f7 /ranger/core/runner.py
parent904d3df13a96c2ded55919ff2a3ed873b8da3c9e (diff)
downloadranger-39e5b4c6ab1a41951d6ff728a058054c1141f57d.tar.gz
Make at least two spaces before inline comment
Diffstat (limited to 'ranger/core/runner.py')
-rw-r--r--ranger/core/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/core/runner.py b/ranger/core/runner.py
index 0ae227a6..849b849c 100644
--- a/ranger/core/runner.py
+++ b/ranger/core/runner.py
@@ -174,7 +174,7 @@ class Runner(object):
             toggle_ui = False
             context.wait = False
         if 'w' in context.flags:
-            if not pipe_output and context.wait: # <-- sanity check
+            if not pipe_output and context.wait:  # <-- sanity check
                 wait_for_enter = True
         if 'r' in context.flags:
             # TODO: make 'r' flag work with pipes