googleapis / synthtool

Apache License 2.0
87 stars 82 forks source link

chore(python): allow post processor to run without owlbot copy-code #1969

Closed parthea closed 1 month ago

parthea commented 2 months ago

There are a few use cases where it would be helpful to be able to run the post processor in the python monorepo on an ad-hoc basis. We can do this today by following these steps:

After completing these steps, the post processor runs successfully however the samples directory is erroneously deleted. The reason is that we cleaned up the samples directory but did not create new samples because skipped the step where new clients were generated.

This fixes the issue where samples are erroneously deleted when running the post processor on an ad-hoc basis.

conventional-commit-lint-gcf[bot] commented 2 months ago

🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge label. Good luck human!

-- conventional-commit-lint bot https://conventionalcommits.org/

parthea commented 2 months ago

@vchudnov-g @ohmayr PTAL