Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
arielrossanigo committed Sep 7, 2018
1 parent ccde846 commit 2e37375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder/utils/programs.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ def is_module_installed(module_name, version=None, installed_version=None,
finally:
if not f.closed:
f.close()
os.remove(f)
os.remove(script)
else:
# Try to not take a wrong decision if there is no interpreter
# available (needed for the change_pystartup method of ExtConsole
Expand Down

0 comments on commit 2e37375

Please sign in to comment.