Skip to content

Commit

Permalink
ValueError
Browse files Browse the repository at this point in the history
ajfriend committed Nov 30, 2022
1 parent 85d112e commit cfc6ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util.py
Original file line number Diff line number Diff line change
@@ -103,7 +103,7 @@ def _geojson_dict_to_LL3(gj_dict):
elif t == 'MultiPolygon':
ll3 = coord
else:
raise Exception(f'Unrecognized type: {t}')
raise ValueError(f'Unrecognized type: {t}')

return ll3

0 comments on commit cfc6ba3

Please sign in to comment.