Private
Public Access
1
0

tested, fixed

This commit is contained in:
2024-05-20 13:37:19 +02:00
parent 5c18197cec
commit e34af71cdb
2 changed files with 2 additions and 0 deletions

View File

@@ -637,6 +637,8 @@ def update_wps(r, types, mode='water', asynchron=True):
pass
except OverflowError:
pass
except TypeError:
pass
except ColumnNotFoundError:
pass

Binary file not shown.