Skip to content

Commit 60f04ef

Browse files
committed
chore: testing
1 parent 8958087 commit 60f04ef

File tree

3 files changed

+24
-1851
lines changed

3 files changed

+24
-1851
lines changed

.generator/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ def _stage_gapic_library(tmp_dir: str, staging_dir: str) -> None:
741741
"""
742742
# For GAPIC, the generator output is flat in `tmp_dir` and includes all
743743
# necessary files like setup.py, client library, etc.
744-
shutil.copytree(tmp_dir, staging_dir)
744+
shutil.copytree(tmp_dir, staging_dir, dirs_exist_ok=True)
745745

746746

747747
def _generate_api(

0 commit comments

Comments
 (0)