Skip to content

Commit

Permalink
Refactor: too long line
Browse files Browse the repository at this point in the history
  • Loading branch information
geesecross committed Feb 9, 2025
1 parent 50a8cc8 commit cdb0d68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/hidapi/hidapi_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,8 @@ def check_hidpp_long():
check_func()
except HIDError as e:
logger.info(
f"Error while {check_func.__name__} on device {device['path']} ({bus_id}/{vid:04X}/{pid:04X}) for hidpp check: {e}"
f"Error while {check_func.__name__}"
f"on device {device['path']} ({bus_id}/{vid:04X}/{pid:04X}) for hidpp check: {e}"
)
except HIDError as e:
logger.info(f"Error opening device {device['path']} ({bus_id}/{vid:04X}/{pid:04X}) for hidpp check: {e}")
Expand Down

0 comments on commit cdb0d68

Please sign in to comment.