Skip to content

Commit

Permalink
uncomment lines
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Jan 6, 2025
1 parent 8597744 commit 517f723
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CommonProtos/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@
s.move("metadata/Google/Logging/Type", "metadata/Logging/Type")

# remove owl-bot-staging dir
#if os.path.exists(php.STAGING_DIR):
# shutil.rmtree(Path(php.STAGING_DIR))
if os.path.exists(php.STAGING_DIR):
shutil.rmtree(Path(php.STAGING_DIR))

# remove the metadata/Google files that we copied
#if os.path.exists("metadata/Google"):
# shutil.rmtree(Path("metadata/Google"))
if os.path.exists("metadata/Google"):
shutil.rmtree(Path("metadata/Google"))

s.replace(
"src/**/*.php",
Expand Down

0 comments on commit 517f723

Please sign in to comment.