aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/finder/main.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/finder/main.py b/packages/finder/main.py
index 931f1d4..38b2d26 100644
--- a/packages/finder/main.py
+++ b/packages/finder/main.py
@@ -219,7 +219,6 @@ class FinderMain():
elif os.path.isfile(self.path):
self.searcher = FinderPluginFileLineSearcher(self.path)
else:
- # TODO: exception
pass
self.opener = FinderPluginFileXdgOpener()