diff options
Diffstat (limited to 'src/avp/command.py')
| -rw-r--r-- | src/avp/command.py | 1 |
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 |
