Skip to content

Commit d8c2ca4

Browse files
committed
temporary TypeError exception
1 parent 451f1f0 commit d8c2ca4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pygeoapi/api/processes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ def get_oas_30(cfg: dict, locale: str) -> tuple[list[dict[str, str]], dict[str,
771771
}
772772
}
773773
}
774-
except (IndexError, KeyError):
774+
except (IndexError, KeyError, TypeError):
775775
LOGGER.debug('No output defined')
776776

777777
if 'example' in p.metadata:

0 commit comments

Comments
 (0)