Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
a committed Mar 28, 2024
1 parent ea3a1fe commit 512ea9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fstrider/fstrider.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 512ea9a

Please sign in to comment.