We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee37ad commit 19ae1b5Copy full SHA for 19ae1b5
1 file changed
commands/delete.py
@@ -49,7 +49,7 @@ def run(self, paths=None, *args, **kwargs):
49
[confirm_title, confirm_subtitle],
50
[cancel_title, cancel_subtitle],
51
]
52
- for path in paths:
+ for path in self.paths:
53
paths_to_display.append([os.path.basename(path), path])
54
55
self.window.show_quick_panel(
0 commit comments