Skip to content

Commit 0e4983b

Browse files
committed
Corrected formatting
Additional indentation changes.
1 parent f9ec06f commit 0e4983b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

polar_export.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,8 @@
4646
lon_str = parts[PART_INDEX_LON][6:]
4747
lon_str_strip = lon_str[:len(lon_str)-1]
4848
data.append( [ float(parts[PART_INDEX_LAT][7:]),
49-
float(lon_str_strip),
50-
long(parts[PART_INDEX_TIME])
51-
] )
49+
float(lon_str_strip),
50+
long(parts[PART_INDEX_TIME]) ] )
5251

5352
NAME = 'Runner' # <-- This is where you insert your name!
5453
TIME = data[0][PART_INDEX_TIME]

0 commit comments

Comments
 (0)