##// END OF EJS Templates
Merge pull request #2295 from benjiec/pip-install-from-git...
Bradley M. Froehle -
r8215:9e49929f merge
parent child Browse files
Show More
@@ -80,7 +80,7 b' pjoin = os.path.join'
80
80
81 def cleanup():
81 def cleanup():
82 """Clean up the junk left around by the build process"""
82 """Clean up the junk left around by the build process"""
83 if "develop" not in sys.argv:
83 if "develop" not in sys.argv and "egg_info" not in sys.argv:
84 try:
84 try:
85 shutil.rmtree('ipython.egg-info')
85 shutil.rmtree('ipython.egg-info')
86 except:
86 except:
General Comments 0
You need to be logged in to leave comments. Login now