Skip to content

Commit

Permalink
fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Jan 12, 2024
1 parent 854414b commit 7b7ffbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ravenpy/extractors/routing_product.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def open_shapefile(path: Union[str, os.PathLike]):
elif isinstance(path, geopandas.GeoDataFrame):
df = path
else:
raise NotImplementedError
raise NotImplementedError(path)
return df


Expand Down

0 comments on commit 7b7ffbf

Please sign in to comment.