[Hamlib-developer] [Hamlib/Hamlib] 4da91f: Use alternate quoting for older Python versions
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael M. <no...@gi...> - 2025-07-22 21:20:25
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: 4da91f1a288e81132482be23c298c41ff062cfe9 https://github.com/Hamlib/Hamlib/commit/4da91f1a288e81132482be23c298c41ff062cfe9 Author: Michael Morgan <844...@us...> Date: 2025-07-22 (Tue, 22 Jul 2025) Changed paths: M bindings/python/generate_tests.py Log Message: ----------- Use alternate quoting for older Python versions 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. To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |