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 c144834 commit a4229b8Copy full SHA for a4229b8
.generator/cli.py
@@ -414,6 +414,7 @@ def _clean_up_files_after_post_processing(
414
# Safely remove specific files if they exist using pathlib.
415
Path(f"{output}/{path_to_library}/CHANGELOG.md").unlink(missing_ok=True)
416
Path(f"{output}/{path_to_library}/docs/CHANGELOG.md").unlink(missing_ok=True)
417
+ Path(f"{output}/{path_to_library}/librarian.py").unlink(missing_ok=True)
418
419
# The glob loops are already safe, as they do nothing if no files match.
420
for post_processing_file in glob.glob(
0 commit comments