Calls to Exception in entire repo have string arguments that appear to expect %s interpolation. Consider replacing with f-strings.
For example in commit d0cd477, ivi/scpi/load.py, line 118:
raise Exception("Instrument ID mismatch, expecting %s, got %s", id_check, id_short)
Calls to Exception in entire repo have string arguments that appear to expect %s interpolation. Consider replacing with f-strings.
For example in commit d0cd477, ivi/scpi/load.py, line 118:
raise Exception("Instrument ID mismatch, expecting %s, got %s", id_check, id_short)