Show More
@@ -433,7 +433,6 b' def check_for_old_config(ipython_dir=None):' | |||
|
433 | 433 | if os.path.exists(f): |
|
434 | 434 | if filehash(f) == old_config_md5.get(cfg, ''): |
|
435 | 435 | os.unlink(f) |
|
436 | warn.info("Removed unmodified old IPython config file %r"%f) | |
|
437 | 436 | else: |
|
438 | 437 | warned = True |
|
439 | 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