Skip to content

Commit

Permalink
better check for mapunitoverlaypolys
Browse files Browse the repository at this point in the history
  • Loading branch information
ethoms-usgs committed Aug 29, 2023
1 parent 20a28e9 commit c115064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/GeMS_utilityFunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def gdb_object_dict(gdb_path):
if any(k.lower().endswith(l) for l in ("label", "labels")):
v["gems_equivalent"] = ""

if k.lower() == "mapunitoverlaypolys":
if "mapunitoverlaypolys" in k.lower():
v["gems_equivalent"] = "MapUnitOverlayPolys"

return new_dict
Expand Down

0 comments on commit c115064

Please sign in to comment.