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.
2 parents 5e3c40b + 0a44bca commit 60ecb0bCopy full SHA for 60ecb0b
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