bug fix
This commit is contained in:
@@ -8891,9 +8891,10 @@ def workout_edit_view(request,id=0,message="",successmessage=""):
|
||||
if rowdata != 0:
|
||||
try:
|
||||
latitude = rowdata.df[' latitude']
|
||||
longitude = rowdata.df[' longitude']
|
||||
if not latitude.std():
|
||||
hascoordinates = 0
|
||||
except KeyError,AttributeError:
|
||||
except (KeyError,AttributeError):
|
||||
hascoordinates = 0
|
||||
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user