mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
Since Python 3.12, strings such as:
f"test_{object_name.replace(".", "_")}_class.py"
are allowed but older versions require single quotes around the dot and
underscore within the double quoted string.
Should quell CI error on Ubuntu Noble.
|
||
|---|---|---|
| .. | ||
| generate_tests.py | ||
| test_amp.py | ||
| test_Hamlib_Amp_class.py | ||
| test_Hamlib_class.py | ||
| test_Hamlib_Rig_class.py | ||
| test_Hamlib_Rot_class.py | ||
| test_rig.py | ||
| test_rot.py | ||
| test_startup.py | ||