Skip to content

Commit b06424c

Browse files
committed
Added from None to exception
1 parent f27e176 commit b06424c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geoviews/util.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def project_extents(extents, src_proj, dest_proj, tol=1e-6):
106106
'to %s projection. Ensure the coordinate '
107107
'reference system (crs) matches your data '
108108
'and the kdims.' %
109-
(src_name, dest_name))
109+
(src_name, dest_name)) from None
110110
else:
111111
geom_in_crs = boundary_poly.intersection(domain_in_src_proj)
112112
return geom_in_crs.bounds

0 commit comments

Comments
 (0)