Skip to content

Commit 237e845

Browse files
committed
Fixing travis issues
1 parent c277bcf commit 237e845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_gps.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def _read_sentence(self):
208208
return None # Failed to validate checksum.
209209

210210
# copy the raw sentence
211-
raw_sentence = sentence
211+
_raw_sentence = sentence
212212

213213
return sentence
214214
# At this point we don't have a valid sentence

0 commit comments

Comments
 (0)