uninstall.py

changeset 4746
bd60f10ff4ec
parent 4673
6fa2418f010c
child 4806
5c0745cb26ea
diff -r bbd2cc223fc7 -r bd60f10ff4ec uninstall.py
--- a/uninstall.py	Sun Feb 14 13:19:05 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