Skip to content
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

Print global name in error messages #41

Open
balazsdukai opened this issue Jun 16, 2022 · 0 comments
Open

Print global name in error messages #41

balazsdukai opened this issue Jun 16, 2022 · 0 comments

Comments

@balazsdukai
Copy link
Member

balazsdukai commented Jun 16, 2022

If a global has an empty default value set in the flowchart (input_footprints=""), then running the flowchart brings an error message with an empty string. This makes it quite difficult to find where there error comes from.

$ geof single/reconstruct.json

ERROR: Error: Open failed on 

The error message should also print the global name, not only the value. Sth like

$ geof single/reconstruct.json

ERROR: Open failed on input_footprints

or name + value

$ geof single/reconstruct.json

ERROR: Open failed on input_footprints=
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

No branches or pull requests

1 participant