Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expand info/debug/warning msgs if USB device serial_number not readable #423

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Apr 7, 2024

  1. expand info/debug/warning messages if USB device serial_number not …

    …readable
    
    if INSTR USB device,
    - say that device is USB INSTR that failed in warning message
    - catch exception
    - debug message with traceback if logging level is DEBUG
    - info message 1-line error summary if logging level is INFO
    - if path f"/dev/bus/usb/{dev.bus:03d}/{dev.address:03d}" exists, check
      permissions on that file & refer to FAQ link (known issue on Linux)
    
    if RAW USB device,
    - say that device is USB RAW that failed in warning message
    jllanfranchi committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    8c4b659 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    f7a08a7 View commit details
    Browse the repository at this point in the history