old-commit-hash: 6b4e49af0e
commatwo_master
Adeeb Shihadeh 4 years ago
parent 262a059933
commit 5a9504b59a
  1. 2
      selfdrive/locationd/test/print_gps_stats.py

@ -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)

Loading…
Cancel
Save