Skip to content

Commit 0a515d2

Browse files
committed
` -> * for error message blocks, so you can copy paste to github.
1 parent 64b4f5c commit 0a515d2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

dash/dash.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -952,9 +952,9 @@ def _validate_callback_output(self, namespace, component_type,
952952
The expected schema for the `{component_property}` prop of the
953953
`{component_name}` component is:
954954
955-
```````````````````````````````````````````````````````````````
955+
***************************************************************
956956
{component_schema}
957-
```````````````````````````````````````````````````````````````
957+
***************************************************************
958958
959959
""".replace(' ', '').format(
960960
component_property=component_property,

dash/development/base_component.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -266,15 +266,15 @@ def validate(self):
266266
Dash tried to create a `{component_name}` component with the
267267
following arguments, which caused a validation failure:
268268
269-
```````````````````````````````````````````````````````````````
269+
***************************************************************
270270
{component_args}
271-
```````````````````````````````````````````````````````````````
271+
***************************************************************
272272
273273
The expected schema for the `{component_name}` component is:
274274
275-
```````````````````````````````````````````````````````````````
275+
***************************************************************
276276
{component_schema}
277-
```````````````````````````````````````````````````````````````
277+
***************************************************************
278278
279279
The errors in validation are as follows:
280280

0 commit comments

Comments
 (0)