From 512ea9ac54beba5ec354f282a00a5c2c45f64bf0 Mon Sep 17 00:00:00 2001 From: a <1@1.1> Date: Thu, 28 Mar 2024 23:04:07 +0100 Subject: [PATCH] update --- fstrider/fstrider.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fstrider/fstrider.py b/fstrider/fstrider.py index e32b225..7c31a69 100644 --- a/fstrider/fstrider.py +++ b/fstrider/fstrider.py @@ -489,7 +489,7 @@ def callback_move(self, target_path: str, input_data: dict): copy_result = self.callback_copy(target_path, input_data) - self. callback_delete(source_path, input_data) + self.callback_delete(source_path, input_data) if copy_result == 'merge': msg = 'Merged with' else: