add new line to end of file core.py

This commit is contained in:
2025-11-09 10:44:48 +00:00
parent 27468ae0d0
commit 9d4608bd34

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)