Skip to content

Commit 650cd20

Browse files
committed
feat: wip
1 parent db2c5dc commit 650cd20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.generator/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,6 @@ def _clean_up_files_after_post_processing(output: str, library_id: str):
379379
shutil.rmtree(f"{output}/owl-bot-staging", ignore_errors=True)
380380

381381
# Safely remove specific files if they exist using pathlib.
382-
Path(f"{output}/{path_to_library}/docs/CHANGELOG.md").unlink(missing_ok=True)
383382

384383
# The glob loops are already safe, as they do nothing if no files match.
385384
for post_processing_file in glob.glob(

0 commit comments

Comments
 (0)