Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Dec 10, 2023
1 parent b0c76a5 commit a88f01e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ def query_customization() -> dict:
print(f" {Colors.lightgreen}ID{Colors.reset}: "
f"{Colors.lightgreen}isKey{Colors.reset}: {Colors.lightcyan}Name{Colors.reset}")
if len(devices) == 0:
logger.error("USB device list is empty. Make sure USB RFID reader is connected. Then re-run RFID reader configuration tool")
logger.error("USB device list is empty. Make sure USB RFID reader is connected."
"Then re-run RFID reader configuration tool")
return {'device_name': '__error_empty_device_list__'}
for idx, (dev, key) in enumerate(zip(devices, devices_is_key)):
print(f" {Colors.lightgreen}{idx:2d}{Colors.reset}:"
Expand Down

0 comments on commit a88f01e

Please sign in to comment.