From 8b1d9a81a152f7f258a0b1c8b16d3373b527f0d0 Mon Sep 17 00:00:00 2001 From: Marco D'Aleo Date: Sun, 9 Nov 2025 10:34:46 +0000 Subject: [PATCH] minor change to core.py --- resrm/src/resrm/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resrm/src/resrm/core.py b/resrm/src/resrm/core.py index a34a47b..b93ed07 100644 --- a/resrm/src/resrm/core.py +++ b/resrm/src/resrm/core.py @@ -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) \ No newline at end of file