aboutsummaryrefslogtreecommitdiff
path: root/src/avp/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/avp/command.py')
-rw-r--r--src/avp/command.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/avp/command.py b/src/avp/command.py
index 7a77848..870391b 100644
--- a/src/avp/command.py
+++ b/src/avp/command.py
@@ -256,7 +256,6 @@ class Command(QtCore.QObject):
for i, compFileName in enumerate(compFileNames):
if name.lower() in compFileName:
return self.core.compNames[i]
- return
return None