Skip to content

Commit 46ac785

Browse files
committed
short-term solution to TypeError in local fork only
1 parent 949c948 commit 46ac785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygeoapi/api/processes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ def get_oas_30(cfg: dict, locale: str) -> tuple[list[dict[str, str]], dict[str,
761761
}
762762
}
763763
}
764-
except (IndexError, KeyError):
764+
except (IndexError, KeyError, TypeError):
765765
LOGGER.debug('No output defined')
766766

767767
if 'example' in p.metadata:

0 commit comments

Comments
 (0)