diff --git a/src/ebd_toolchain/main.py b/src/ebd_toolchain/main.py index b5c42b8..743ddfc 100644 --- a/src/ebd_toolchain/main.py +++ b/src/ebd_toolchain/main.py @@ -167,7 +167,7 @@ def handle_known_error(error: Exception, ebd_key: str) -> None: json_path = output_path / Path(f"{ebd_key}.json") _dump_json(json_path, ebd_meta_data) click.secho(f"💾 Successfully exported '{ebd_key}.json' to {json_path.absolute()}") - continue + continue try: assert not isinstance(docx_tables, EbdNoTableSection) converter = DocxTableConverter(