Skip to content

Commit 5b57538

Browse files
committed
- fixed typo
1 parent 3fcde12 commit 5b57538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cssrlib/rinex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ def decode_nav(self, navfile, nav, append=False):
609609
eph.isc[3] = self.flt(line, 3) # ISC_L5Q5
610610
else: # LNAV
611611
tot = self.flt(line, 0)
612-
if line(line) >= 42:
612+
if len(line) >= 42:
613613
eph.fit = int(self.flt(line, 1))
614614

615615
if sys in (uGNSS.GPS, uGNSS.QZS):

0 commit comments

Comments
 (0)