File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,16 +42,16 @@ class MurfeyInstanceEnvironment(BaseModel):
4242 destination_registry : Dict [str , str ] = {}
4343 watchers : Dict [Path , DirWatcher ] = {}
4444 demo : bool = False
45+ data_collection_group_ids : Dict [str , int ] = {}
46+ data_collection_ids : Dict [str , int ] = {}
47+ processing_job_ids : Dict [str , Dict [str , int ]] = {}
48+ autoproc_program_ids : Dict [str , Dict [str , int ]] = {}
4549 id_tag_registry : Dict [str , List [str ]] = {
4650 "data_collection_group" : [],
4751 "data_collection" : [],
4852 "processing_job" : [],
4953 "auto_proc_program" : [],
5054 }
51- data_collection_group_ids : Dict [str , int ] = {}
52- data_collection_ids : Dict [str , int ] = {}
53- processing_job_ids : Dict [str , Dict [str , int ]] = {}
54- autoproc_program_ids : Dict [str , Dict [str , int ]] = {}
5555 data_collection_parameters : dict = {}
5656 movies : Dict [Path , MovieTracker ] = {}
5757 listeners : Dict [str , Set [Callable ]] = {}
You can’t perform that action at this time.
0 commit comments