fix linter

pull/20959/head
Adeeb Shihadeh 2021-05-18 19:35:32 -07:00
parent bffba1a91e
commit 6b4e49af0e
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ if __name__ == "__main__":
for m in ug.measurementReport.measurements:
cnos.append(m.cno)
print("Sats: %d Accuracy: %.2f m cnos" % (ug.measurementReport.numMeas, gle.accuracy), sorted(cnos))
except:
except Exception:
pass
sm.update()
time.sleep(0.1)