summary refs log tree commit diff stats
path: root/ranger/ext/spawn.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/ext/spawn.py')
-rw-r--r--ranger/ext/spawn.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/ext/spawn.py b/ranger/ext/spawn.py
index 6c1b17b4..7c5c921c 100644
--- a/ranger/ext/spawn.py
+++ b/ranger/ext/spawn.py
@@ -4,6 +4,7 @@
 from subprocess import Popen, PIPE
 ENCODING = 'utf-8'
 
+
 def spawn(*args):
     """Runs a program, waits for its termination and returns its stdout"""
     if len(args) == 1: