Skip to content

Commit

Permalink
Update create_component.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cobycloud authored Dec 18, 2024
1 parent 1f5b606 commit 8c31946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create_component.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def create_component(template_path, output_path, placeholders):
target_root = Path(replace_placeholders(str(target_root), placeholders))
target_root.mkdir(parents=True, exist_ok=True)

for file in files:e
for file in files:
template_file = Path(root) / file
target_file = target_root / replace_placeholders(file, placeholders)

Expand Down

0 comments on commit 8c31946

Please sign in to comment.