Uh oh!
There was an error while loading. Please reload this page.
dedent error messages - #1501
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Ryan Patrick Kyle <rpkyle@users.noreply.github.com>
alexcjohnson
commented
Dec 15, 2020
I'm puzzled as to why this is necessary - we tried to dedent all the Dash exceptions in the base class. Lines 4 to 6 in cd2ff7c If you manage to figure out the test failures, they seem to be the same as @almarklein sees in plotly/dash-core-components#905 - something broke in the |
In the specific example you show above, Lines 180 to 184 in cd2ff7c because Seems to me the solution is to indent subsequent lines of |
alexcjohnson
commented
Jan 17, 2021
superseded by #1530 |
Our error messages are printed in the terminal & in the dash dev tools console. In both cases, we treat white space literally in order to display nice tracebacks. However, some of our error messages are indented. This PR dedents these error messages.
Example of behavior:
optionals
CHANGELOG.md