summary refs log tree commit diff stats
path: root/ranger/api
diff options
context:
space:
mode:
authorhut <hut@lepus.uberspace.de>2016-06-18 19:53:35 +0200
committerhut <hut@lepus.uberspace.de>2016-06-18 19:53:35 +0200
commit9248f5d81088387f1705b12e5e739bd7ec01c9a8 (patch)
treeba8772c4c4fb23f0e4e6701f6da0f30208489c03 /ranger/api
parentab41c7766ced3f1b8f6b4ed317f0db4e0d71b897 (diff)
parentdded3cb8862d91bf20c5f8e4a4dd37b108c7b8ab (diff)
downloadranger-9248f5d81088387f1705b12e5e739bd7ec01c9a8.tar.gz
Merge branch 'E301' of https://github.com/stepshal/ranger
Diffstat (limited to 'ranger/api')
-rw-r--r--ranger/api/commands.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ranger/api/commands.py b/ranger/api/commands.py
index 6ab2c135..f42fe9f7 100644
--- a/ranger/api/commands.py
+++ b/ranger/api/commands.py
@@ -378,6 +378,7 @@ class FunctionCommand(Command):
     _based_function = None
     _object_name = ""
     _function_name = "unknown"
+
     def execute(self):
         if not self._based_function:
             return
@@ -433,6 +434,7 @@ class AliasCommand(Command):
     _object_name = ""
     _function_name = "unknown"
     _line = ""
+    
     def execute(self):
         return self._make_cmd().execute()