aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usb-control/command_processor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb-control/command_processor.py b/usb-control/command_processor.py
index 399b911..ce34e0a 100644
--- a/usb-control/command_processor.py
+++ b/usb-control/command_processor.py
@@ -79,7 +79,7 @@ class CommandProcessor:
def run(self):
# Collect list of potential devices
- if self.ignore_product_string == True:
+ if self.ignore_product_string:
self.product_string = None
# Get list of matching USB devices