Skip to content

✨Add CLIck script to convert a .docx file into multiple .svg graphs#37

Merged
hf-kklein merged 5 commits intomainfrom
flow
Mar 15, 2023
Merged

✨Add CLIck script to convert a .docx file into multiple .svg graphs#37
hf-kklein merged 5 commits intomainfrom
flow

Conversation

@hf-kklein
Copy link
Copy Markdown
Contributor

@hf-kklein hf-kklein commented Mar 14, 2023

Comment thread main.py Outdated
ebd_table = converter.convert_docx_tables_to_ebd_table()
ebd_graph = convert_table_to_graph(ebd_table)
except Exception as error: # pylint:disable=broad-except
click.secho(f"Error while converting {ebd_key}: {str(error)}; Skip!", fg="red")
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pokemon exception by design

Comment thread main.py
Copy link
Copy Markdown
Contributor

@lord-haffi lord-haffi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Imo macht es viel mehr Sinn, die dot Dateien zu speichern, wenn du mit dot auch die svgs erzeugen willst. Daher hier ein paar suggestions, damit auch dot-Dateien gespeichert werden können.

Comment thread main.py
Comment thread main.py Outdated
Comment thread main.py
Comment thread main.py Outdated
Co-authored-by: Leon Haffmans <49658102+lord-haffi@users.noreply.github.com>
@hf-kklein hf-kklein merged commit b2677dc into main Mar 15, 2023
@hf-kklein hf-kklein deleted the flow branch March 15, 2023 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants