Skip to content

OKD: Fix creating the keys printout

Aleksandra Poreba requested to merge aporeba/TrigCostWeb:fix-keys into dev-okd

The keys read from metadata were saved in the array as pskKey: [lbStart, lbStop] that didn't take into account that one key can be used multiple times during the run.

Now the values are saved as [key, lbStart, lbStop]in chronological order.

Example:

for keys:

@tamartin

Edited by Aleksandra Poreba

Merge request reports