Update tests/ioc_plugin.py
Run CI Tests / test (push) Successful in 2m28s

This commit is contained in:
2025-08-29 10:41:50 +02:00
parent d63da92406
commit e9b641eb3f
+1 -1
View File
@@ -13,7 +13,7 @@ DEFAULT_PREFIX = "TEST:"
MOTOR_IDS = [f"M{i}" for i in range(1, 16)] # M1..M15
STR_SUFFIXES = {"RTYP", "DESC", "EGU", "DIR"} # serve strings for these fields
# -------- Robust MorIOC loader (handles namespace packages) ------------------
# -------- MorIOC ----------
def _load_morioc():
try:
from morbidissimo import MorIOC # fast path