Skip to content

Commit

Permalink
fix: indentation for continue statement in _main (#103)
Browse files Browse the repository at this point in the history
fix indentation for continue statement
  • Loading branch information
DeltaDaniel authored Nov 14, 2024
1 parent 2765a5e commit 91fa3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ebd_toolchain/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 91fa3ea

Please sign in to comment.