--- a/Globals/__init__.py Wed Oct 03 17:33:40 2018 +0200 +++ b/Globals/__init__.py Wed Oct 03 17:37:40 2018 +0200 @@ -177,7 +177,7 @@ hpNew = os.path.join(os.path.expanduser("~"), cdn) if os.path.exists(hpNew): # simply delete the old config directory - shutil.rmtree(hpOld, True) + shutil.rmtree(hpOld, True) else: os.rename(hpOld, hpNew)