From a37b5b0eeb352cbf8b4b4371c4b74e052be4d81d Mon Sep 17 00:00:00 2001 From: Andrew Senetar Date: Wed, 30 Mar 2022 01:06:51 -0500 Subject: [PATCH] Fix #988 --- core/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/app.py b/core/app.py index 6869496c..449458b8 100644 --- a/core/app.py +++ b/core/app.py @@ -248,7 +248,7 @@ class DupeGuru(Broadcaster): ref = group.ref linkfunc = os.link if use_hardlinks else os.symlink linkfunc(str(ref.path), str_path) - self.clean_empty_dirs(dupe.path.parent()) + self.clean_empty_dirs(dupe.path.parent) def _create_file(self, path): # We add fs.Folder to fileclasses in case the file we're loading contains folder paths.