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 ffa93a7 commit e59e17fCopy full SHA for e59e17f
shiny/_static.py
@@ -54,7 +54,7 @@ def verbose_print(*args: object) -> None:
54
55
shinylive_bundle_dir = _ensure_shinylive_local(version=version)
56
57
- print(f"Copying {shinylive_bundle_dir} to {destdir}")
+ print(f"Copying {shinylive_bundle_dir}/ to {destdir}/")
58
if not destdir.exists():
59
destdir.mkdir()
60
0 commit comments