Private
Public Access
1
0

Merge tag 'v6.77' into develop

hotfix
This commit is contained in:
Sander Roosendaal
2018-06-01 15:46:06 +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',