uninstall.py

branch
6_1_x
changeset 4560
d9b6b9d1ba2c
parent 4021
195a471c327b
child 4562
63e68b863c0d
--- a/uninstall.py	Fri Nov 13 23:07:16 2015 +0100
+++ b/uninstall.py	Sat Nov 14 14:39:01 2015 +0100
@@ -192,6 +192,8 @@
                                ]:
                 if os.path.exists(bundlePath):
                     shutil.rmtree(bundlePath)
+        
+        print("\nUninstallation completed")
     except (IOError, OSError) as msg:
         sys.stderr.write(
             'Error: {0}\nTry uninstall with admin rights.\n'.format(msg))

eric ide

mercurial