Skip to content

Commit 8ae6460

Browse files
committed
Updating one missing piece
1 parent 87afb30 commit 8ae6460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shiny/ui/_include_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def maybe_copy_files(path: Path | str, include_files: bool) -> tuple[str, str]:
232232
# Otherwise, make sure we have a clean slate
233233
if os.path.exists(tmpdir):
234234
print("Folder already exists, but not files, removing.")
235-
shutil.rmtree(path_dest)
235+
shutil.rmtree(tmpdir)
236236

237237
if include_files:
238238
print(

0 commit comments

Comments
 (0)