ori4: revert removing '.' from rel_path

not sure if this is correct
This commit is contained in:
zolliker 2025-05-08 09:03:45 +02:00
parent 7d6ac4d742
commit 67ea5340ee

View File

@ -14,7 +14,7 @@ Mod('tt',
io='sea_main',
meaning=['temperature_regulation', 27],
sea_object='tt',
rel_paths=['tm', '.', 'set', 'dblctrl'],
rel_paths=['.', 'tm', 'set', 'dblctrl'],
)
Mod('cc',