File tree Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ def run() -> None:
8282 threads .OpusThread (logs_lock ),
8383 threads .SystemMonitorThread (logs_lock ),
8484 threads .TUMEnclosureThread (logs_lock ),
85+ threads .COCCONSpainEnclosureThread (logs_lock ),
8586 threads .UploadThread (logs_lock ),
8687 ]
8788
Original file line number Diff line number Diff line change 1010 TUMEnclosureThread as TUMEnclosureThread ,
1111)
1212from .enclosures .coccon_spain_enclosure_thread import (
13- CocconSpainEnclosureThread as CocconSpainEnclosureThread ,
13+ COCCONSpainEnclosureThread as COCCONSpainEnclosureThread ,
1414)
Original file line number Diff line number Diff line change 88
99
1010class COCCONSpainEnclosureThread (AbstractThread ):
11- """Thread for to evaluate whether to conduct measurements or not.
12-
13- CAS = Condition Assessment System."""
11+ """Thread interacting with the COCCON Spain Enclosure"""
1412
1513 logger_origin = "coccon-spain-enclosure-thread"
1614
Original file line number Diff line number Diff line change 99
1010
1111class TUMEnclosureThread (AbstractThread ):
12- """Thread for to evaluate whether to conduct measurements or not.
13-
14- CAS = Condition Assessment System."""
12+ """Thread interacting with the TUM Enclosure"""
1513
1614 logger_origin = "tum-enclosure-thread"
1715
You can’t perform that action at this time.
0 commit comments