Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Carver committed Nov 20, 2023
1 parent 4ba26cd commit 4d45c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysproduction/data/control_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def log_end_run_for_method(self, process_name: str, method_name: str):

class diagControlProcess(productionDataLayerGeneric):
def _add_required_classes_to_data(self, data) -> dataBlob:
data.add_class_object(mongoControlProcessData)
data.add_class_object(get_class_for_data_type(PROCESS_CONTROL_DATA))

return data

Expand Down

0 comments on commit 4d45c87

Please sign in to comment.