Skip to content

Commit

Permalink
Remove wrong line
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd committed Jul 26, 2024
1 parent b571149 commit bc1213f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spatial.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ def populate_items(self):
# ~/Desktop is a special case; we don't want to show it
if self.path == QDir.homePath() and entry == "Desktop":
continue
entry = os.path.splitext(entry)[0]
entry_path = os.path.join(self.path, entry)
is_directory = os.path.isdir(entry_path)

Expand Down

0 comments on commit bc1213f

Please sign in to comment.