November 02 2023 - Qualify HOTFIX
about 1 year ago by Samuel Iacono
QC Engine Version: 2023.10.2
Minor hotfix for the following change regarding timecode reporting:
JSON report adjusted to not have an empty string for the timecode when no timecode is relevant:
Previous code:
"start_timecode": "","end_timecode": '''
New Code:
"start_timecode': "-","end_timecode": "-"