Skip to content

Wrote a script that fixes the trailing '}' and month = jan error.

Jakob Thumm requested to merge fix-input-pipeline into main

I faced two issues with the example file in the MR:

  1. The last entry in entry_data always had a trailing '}' leading to an assertion.
  2. The month entry does not use the entry = {value} format but month = jan, which broke the code. I deleted the month entries all together.

I would appreciate a review.

Merge request reports

Loading