Skip to content

Commit e59e17f

Browse files
committed
Better printing of paths with shiny static
1 parent ffa93a7 commit e59e17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shiny/_static.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def verbose_print(*args: object) -> None:
5454

5555
shinylive_bundle_dir = _ensure_shinylive_local(version=version)
5656

57-
print(f"Copying {shinylive_bundle_dir} to {destdir}")
57+
print(f"Copying {shinylive_bundle_dir}/ to {destdir}/")
5858
if not destdir.exists():
5959
destdir.mkdir()
6060

0 commit comments

Comments
 (0)