-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] Title not updating on html output #360
Comments
@the-hess - Thank you for reporting this unexpected result, but please always provide all information about your set of versions as described in contributing guidelines and how you installed WireViz and dependencies. In your case, a YAML input example that triggers the unexpected output is also needed. Otherwise, it might be hard to help you when nobody knows how to recreate the error you report. |
Apologies, I'm currently using version the 0.4 and have (manually) implemented the basic fixes in #346 and #347. Graphviz version 9.0.0 (20230911.1827) yml:
|
The CLI handling code was redesigned for v0.4 and it seems the code to assigned a default title from v0.3.1 has been messed up. This bug has not been triggered by build_examples.py due to it seems to call the parse() function differently. The output_name should be as default title when present. This will fix the #360 bug report.
The CLI handling code was redesigned for v0.4 and it seems the code to assigned a default title from v0.3.1 has been messed up. This bug has not been triggered by build_examples.py due to it seems to call the parse() function differently. The output_name should be used as default title when present. This will fix the #360 bug report.
The CLI handling code was redesigned for v0.4 and it seems the code to assigned a default title from v0.3.1 has been messed up. This bug has not been triggered by build_examples.py due to it seems to call the parse() function differently. The output_name should be used as default title when present. This will fix the #360 bug report.
@the-hess - Thank you for the information needed to investigate this.
metadata:
title: 07-0609 |
The CLI handling code was redesigned for v0.4 and it seems the code to assign a default title from v0.3.1 has been messed up. This bug has not been triggered by build_examples.py due to it seems to call the parse() function differently. The output_name should be used as default title when present. This will fix the #360 bug report.
The CLI handling code was redesigned for v0.4 and it seems the code to assign a default title from v0.3.1 has been messed up. This bug has not been triggered by build_examples.py due to it seems to call the parse() function differently. The output_name should be used as default title when present. This will fix the #360 bug report.
The CLI handling code was redesigned for v0.4 and it seems the code to assign a default title from v0.3.1 has been messed up. This bug has not been triggered by build_examples.py due to it seems to call the parse() function differently. The output_name should be used as default title when present. This will fix the #360 bug report.
The CLI handling code was redesigned for v0.4 and it seems the code to assign a default title from v0.3.1 has been messed up. This bug has not been triggered by build_examples.py due to it seems to call the parse() function differently. The output_name should be used as default title when present. This will fix the #360 bug report.
The CLI handling code was redesigned for v0.4 and it seems the code to assign a default title from v0.3.1 has been messed up. This bug has not been triggered by build_examples.py due to it seems to call the parse() function differently. The output_name should be used as default title when present. This will fix the #360 bug report.
The relevant fixes are now merged into the |
Closed after releasing v0.4.1. |
Trying a few things to get the title in the html output to update from the default "WireViz diagram and BOM".
I have the yaml file already saved in a directory, but the title isn't being taken from the file name. Adding
doesn't seem to fix it either.
Commenting out the checks in wireviz.py to force it to use Path(yaml_file).stem just results in
The text was updated successfully, but these errors were encountered: