Skip to content
Success

#20785 (Mar 6, 2026, 1:19:20 PM)

Started 21 hr ago
Took 1 min 15 sec on build4-deb12build-ansible

Started by upstream project gerrit-pyosmocom build number 107
originally caused by:

This run spent:

  • 7.8 sec waiting;
  • 1 min 15 sec build duration;
  • 1 min 23 sec total from scheduled to completion.
Revision: 9f66b4c4a89b05bc805f6b8efdc3d95d727b9115
Repository: $GERRIT_REPO_URL
  • master
Fix lint errors: avoid equality comparisons to `False`

src/osmocom/utils.py:150:8: E712 Avoid equality comparisons to `False`; use `if not signed:` for false checks
    |
148 |     """
149 |
150 |     if signed == False and number < 0:
    |        ^^^^^^^^^^^^^^^ E712
151 |         raise ValueError("expecting a positive number")
    |
    = help: Replace with `not signed`

Change-Id: I2ebb33c498b4a7e6229980462aa51b579fa4f782
Oliver Smith at