Skip to content

Commit

Permalink
Smol tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiannucci committed Nov 12, 2024
1 parent 4615a3a commit f7c789d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpublish_wms/wms/get_feature_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def get_feature_info(
else:
try:
selected_ds = selected_ds.cf.isel(time=0)
except:
except Exception:
# Skip it, time isn't a dimension, even though it is a coordinate
pass

Expand Down

0 comments on commit f7c789d

Please sign in to comment.