chore: add new line to end of file core.py #4

Merged
mdaleo404 merged 1 commits from release_bump_20251109 into main 2025-11-09 10:45:50 +00:00

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)