We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db2c5dc commit 650cd20Copy full SHA for 650cd20
.generator/cli.py
@@ -379,7 +379,6 @@ def _clean_up_files_after_post_processing(output: str, library_id: str):
379
shutil.rmtree(f"{output}/owl-bot-staging", ignore_errors=True)
380
381
# Safely remove specific files if they exist using pathlib.
382
- Path(f"{output}/{path_to_library}/docs/CHANGELOG.md").unlink(missing_ok=True)
383
384
# The glob loops are already safe, as they do nothing if no files match.
385
for post_processing_file in glob.glob(
0 commit comments