Show More
@@ -433,7 +433,6 b' def check_for_old_config(ipython_dir=None):' | |||||
433 | if os.path.exists(f): |
|
433 | if os.path.exists(f): | |
434 | if filehash(f) == old_config_md5.get(cfg, ''): |
|
434 | if filehash(f) == old_config_md5.get(cfg, ''): | |
435 | os.unlink(f) |
|
435 | os.unlink(f) | |
436 | warn.info("Removed unmodified old IPython config file %r"%f) |
|
|||
437 | else: |
|
436 | else: | |
438 | warned = True |
|
437 | warned = True | |
439 | warn.warn("Found old IPython config file %r (modified by user)"%f) |
|
438 | warn.warn("Found old IPython config file %r (modified by user)"%f) |
General Comments 0
You need to be logged in to leave comments.
Login now