feat: prepare release cycle #3

Merged
mdaleo404 merged 1 commits from prepare_release_cycle into main 2025-11-09 10:35:53 +00:00
Showing only changes of commit 8b1d9a81a1 - Show all commits

View File

@@ -344,4 +344,4 @@ def main(argv: Optional[List[str]] = None):
continue
print(f"resrm: cannot remove '{pth}': Is a directory")
continue
move_to_trash(pth, interactive=args.i, force=args.f, recursive=args.r, perma=args.perma)
move_to_trash(pth, interactive=args.i, force=args.f, recursive=args.r, perma=args.perma)