Skip to content

Commit 485de14

Browse files
committed
fix path
1 parent e964a99 commit 485de14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.generator/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ def _copy_files_needed_for_post_processing(
372372
if Path(source_dir).exists():
373373
shutil.copytree(
374374
source_dir,
375-
output/{path_to_library},
375+
f"{output}/{path_to_library}",
376376
dirs_exist_ok=True,
377377
)
378378

0 commit comments

Comments
 (0)