Private
Public Access
1
0

Merge branch 'hotfix/v6.77'

This commit is contained in:
Sander Roosendaal
2018-06-01 15:45:50 +02:00

View File

@@ -235,6 +235,11 @@ def handle_check_race_course(self,
rowdata = row.df
try:
s = rowdata[' latitude']
except KeyError:
return 0
rowdata.rename(columns = {
' latitude':'latitude',
' longitude':'longitude',