Changed unistall.py to end with a message.

Sat, 14 Nov 2015 14:38:17 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 14 Nov 2015 14:38:17 +0100
changeset 4559
5af0cda900b3
parent 4556
25d1fa006bf0
child 4561
5bc6ed226471

Changed unistall.py to end with a message.

uninstall.py file | annotate | diff | comparison | revisions
--- a/uninstall.py	Fri Nov 13 23:07:16 2015 +0100
+++ b/uninstall.py	Sat Nov 14 14:38:17 2015 +0100
@@ -192,6 +192,10 @@
                                ]:
                 if os.path.exists(bundlePath):
                     shutil.rmtree(bundlePath)
+        
+        # TODO: ask to delete all plug-ins
+        # TODO: ask to delete configuration
+        print("\nUninstallation completed")
     except (IOError, OSError) as msg:
         sys.stderr.write(
             'Error: {0}\nTry uninstall with admin rights.\n'.format(msg))

eric ide

mercurial