Skip to content

Commit c4efb28

Browse files
committed
remove debug exception used in dev process
1 parent 7153fd1 commit c4efb28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

label_maker/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ def is_tif(imagery):
125125
with rasterio.open(imagery) as test_ds:
126126
if test_ds.meta['driver'] not in valid_drivers:
127127
# rasterio can open path, but it is not a tif
128-
raise Exception(test_ds.meta['driver'])
129128
valid_tif = False
130129
else:
131130
valid_tif = True

0 commit comments

Comments
 (0)