We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6cbee8 commit 533daf6Copy full SHA for 533daf6
dash/resources.py
@@ -96,7 +96,7 @@ def _filter_resources(
96
warnings.warn(
97
(
98
"You have set your config to `serve_locally=True` but "
99
- f"A local version of {s['external_url']} is not available.\n" # type: ignore
+ f"A local version of {s.get('external_url', '')} is not available.\n" # type: ignore
100
"If you added this file with "
101
"`app.scripts.append_script` "
102
"or `app.css.append_css`, use `external_scripts` "
0 commit comments