RobotFramework complaining consecutive whitespace issue

329 views Asked by At

I am using robotframework 3.1.2 and its automatically parsing a txt file and complaining the error "Collapsing consecutive whitespace during parsing is deprecated" for every line in the file as the txt file has consecutive whitespaces all across the file. I cannot cleanup the whitespaces in the file since its used by other team members.

How can I configure the robotframework to ignore the whitespaces or ignore that file?

I coudnt find any relevant help on google. P.S: If I rename the file extension to something else other than txt( like .bin) robotframework stops complaining as it seems to be ignoring the file.

0

There are 0 answers