during p21977

This commit is contained in:
2024-06-21 20:00:19 +02:00
parent 8e52fd376d
commit 4bf7321e2d
6 changed files with 12 additions and 7 deletions

View File

@ -20,7 +20,7 @@ def test_attenuators():
try:
assert tfundamental > 0
except TypeError:
logger.warning("No transmission value reported from {att.ID}")
logger.warning(f"No transmission value reported from {att.ID}")
test_attenuators()