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 authored and MatthieuDartiailh committed Oct 28, 2024
1 parent 1aa55bf commit 5266825
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 @@ -316,7 +316,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 5266825

Please sign in to comment.