From 5bc9cd81e4547912d1d91876dc0aec8bbe0c2cfb 2014-09-23 17:52:01 From: jason gors Date: 2014-09-23 17:52:01 Subject: [PATCH] Update path.py change str formatting to repr representation. --- diff --git a/IPython/utils/path.py b/IPython/utils/path.py index f15e4a1..dcd66e7 100644 --- a/IPython/utils/path.py +++ b/IPython/utils/path.py @@ -473,7 +473,7 @@ def check_for_old_config(ipython_dir=None): if filehash(f) == old_config_md5.get(cfg, ''): os.unlink(f) else: - warn("Found old IPython config file {0} (modified by user)".format(f)) + warn("Found old IPython config file {!r} (modified by user)".format(f)) warned = True if warned: