Skip to content

Commit

Permalink
Added from None to exception
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Jul 15, 2022
1 parent f27e176 commit b06424c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geoviews/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def project_extents(extents, src_proj, dest_proj, tol=1e-6):
'to %s projection. Ensure the coordinate '
'reference system (crs) matches your data '
'and the kdims.' %
(src_name, dest_name))
(src_name, dest_name)) from None
else:
geom_in_crs = boundary_poly.intersection(domain_in_src_proj)
return geom_in_crs.bounds
Expand Down

0 comments on commit b06424c

Please sign in to comment.