The CI was complaining about an extra white space at the end, and to
many characters in one single line. 🤷
/home/runner/work/webots/webots/projects/samples/contests/robocup/controllers/referee/referee.py:2444:128: E261: at least two spaces before inline comment
/home/runner/work/webots/webots/projects/samples/contests/robocup/controllers/referee/referee.py:2444:129: E501: line too long (151 > 128 characters)
/home/runner/work/webots/webots/projects/samples/contests/robocup/controllers/referee/referee.py:2444:152: W291: trailing whitespace
The CI was complaining about an extra white space at the end, and to many characters in one single line. 🤷