semuconsulting / PyGPSClient

Python Graphical GPS Client Application supporting NMEA, UBX, RTCM3, NTRIP & SPARTN Protocols
BSD 3-Clause "New" or "Revised" License
517 stars 103 forks source link

typo in code #142

Closed schaefer01 closed 2 months ago

schaefer01 commented 2 months ago

PyGPSClient Bug Report Template

ubx_handler.py:process_data()

line containing this:

elif parsed_data.identity in ("NAV-STATUS", "NAV2-STATUS)"):

problem: there is a comma inside the second string, the line will never execute