generated from Luis/nextjs-python-web-template
Stash changes
This commit is contained in:
@@ -81,7 +81,6 @@ def main() -> None:
|
||||
replace_in_directory(directory_path=src_client, pattern=pattern, replacement=replacement)
|
||||
|
||||
dst_client: Path = args.out / "openapi_client"
|
||||
breakpoint()
|
||||
shutil.rmtree(dst_client, ignore_errors=True)
|
||||
shutil.copytree(src_client, dst_client)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user