Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR: Add more file type icons to File Explorer #4598

Merged
merged 5 commits into from
Jun 16, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Minor syntax error corrections
  • Loading branch information
andfoy committed Jun 13, 2017
commit 1e8410a69599368503c38b541f3fa4c5d6a5a165
2 changes: 0 additions & 2 deletions spyder/widgets/explorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ def icon(self, icontype_or_qfileinfo):
elif file_type == 'application':
if bin_name in self.application_icons:
icon = ima.icon(self.application_icons[bin_name])
else:

return icon


Expand Down