Skip to content

Commit

Permalink
Change message from USBTMC -> USB INSTR for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
jllanfranchi committed Apr 8, 2024
1 parent 8c4b659 commit f7a08a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyvisa_py/usb.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def list_resources() -> List[str]:
missing_perms.append("write to")
missing_perms_str = " or ".join(missing_perms)
logger.warning(
"User does not have permission to %s %s, so the above USBTMC"
"User does not have permission to %s %s, so the above USB INSTR"
" device cannot be used by pyvisa; see"
" https://pyvisa.readthedocs.io/projects/pyvisa-py/en/latest/faq.html"
" for more info.",
Expand Down

0 comments on commit f7a08a7

Please sign in to comment.