Skip to content

Fix arithmetic check in check_logParser

Spyros Argyropoulos requested to merge checkLP into master

Description of bug

Apparently the warning field in the printout of Errors/Warnings of logParser contains spaces and is not interpreted as a number. As a result warnings are never caught as they should

Changes introduced

Force printout as an integer

Tests

Before

before

After

after

Issues resolved

Closes #174 (closed)

Merge request reports