You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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=
The text was updated successfully, but these errors were encountered:
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.The error message should also print the global name, not only the value. Sth like
or name + value
The text was updated successfully, but these errors were encountered: