MAGLaboratory / HalReporter

0 stars 0 forks source link

Events during timed checkup do not update the timed checkup dictionary #8

Open blu006 opened 2 years ago

blu006 commented 2 years ago

found in https://github.com/MAGLaboratory/HalReporter/blob/3acdb4f9e0908562485c2e1871ce551d8c8ee785/HalReporter.py#L84

Instead of simply popping the key and individually updating the dictionary with the keys and values of the event, the dictionary should be updated with the event dictionary by using .update.

Additionally, the code which individually updates the dictionary with the keys and values of the event is not present.