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 5e3c40b commit 0a44bcaCopy full SHA for 0a44bca
dash/development/update_components.py
@@ -45,7 +45,7 @@ def bootstrap_components(components_source, concurrency, install_type):
45
46
if status or not out:
47
print(
48
- "🚨 Failed installing npm dependencies for component packages: {source_glob} (status={status}) 🚨",
+ f"🚨 Failed installing npm dependencies for component packages: {source_glob} (status={status}) 🚨",
49
file=sys.stderr,
50
)
51
sys.exit(1)
0 commit comments