Private
Public Access
1
0

further fixing

This commit is contained in:
Sander Roosendaal
2019-05-04 20:32:08 +02:00
parent 9e1bb5c17a
commit 6267c14b77

View File

@@ -1875,8 +1875,11 @@ def workout_downloadmetar_view(request,id=0,
row.notes += "\n"+message
except TypeError:
if message is not None:
row.notes += message
try:
row.notes += message
except TypeError:
pass
row.save()
rowdata.add_wind(windspeed,windbearing)
rowdata.write_csv(f1,gzip=True)