Skip to content

CollInt: Fix warning for delay expressions having no history

Tjerk Vreeken requested to merge fix-delay-expr-no-history into master

In case partial history was present, the delay expression with missing values were correctly logged a warning for. However, in case no history was provided at all, these warnings were not logged due to the if-check not catching this. This commit fixes that issue, and now logs warnings also in that scenario.

Closes #1130 (closed)

Merge request reports