Fixed an issue causing the uninstall script to crash. 6_1_x

Fri, 19 Feb 2016 17:56:39 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 19 Feb 2016 17:56:39 +0100
branch
6_1_x
changeset 4747
9d9e5ca1eb48
parent 4740
b5cff5645b36
child 4748
ab2ca2fe65ae

Fixed an issue causing the uninstall script to crash.
(grafted from bd60f10ff4ecc4576bd35a7fcb6d9f4b5a39d78e)

uninstall.py file | annotate | diff | comparison | revisions
--- a/uninstall.py	Sun Feb 14 13:09:41 2016 +0100
+++ b/uninstall.py	Fri Feb 19 17:56:39 2016 +0100
@@ -296,7 +296,7 @@
                 answer = input(
                     "Shall this directory be removed (y/N)? ")
         if answer in ["y", "Y"]:
-            shutil.rmtree(settings)
+            shutil.rmtree(settingsDir)
 
 
 def getConfigDir():

eric ide

mercurial