Private
Public Access
1
0

coverage stuff

This commit is contained in:
Sander Roosendaal
2021-05-26 16:03:59 +02:00
parent 9572a18263
commit 3d6229a1dd
4 changed files with 5 additions and 5 deletions

View File

@@ -1295,7 +1295,7 @@ def update_wps(r,types,mode='water',asynchron=True):
r.median_wps_erg = wps_median
r.save()
except ValuError:
except ValuError: # pragma: no cover
pass