Skip to content

Fatal typo in line 508 of adafruit_gps.py #107

Closed
@AKetzle

Description

@AKetzle

Direct Link to Line 508

Line currently reads
if data is None:
Line should read
if parsed_data is None:
to prevent parsed_data for being sent with NoneType.

causes _read_degrees to try and subscript a NoneType, causes script failure.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions