scripts/uninstall.py

branch
eric7
changeset 10403
ea3320d5e8e9
parent 10372
1444b4bee64b
child 10417
c6011e501282
diff -r 1b63ffeca110 -r ea3320d5e8e9 scripts/uninstall.py
--- a/scripts/uninstall.py	Mon Dec 11 15:11:32 2023 +0100
+++ b/scripts/uninstall.py	Tue Dec 12 09:35:39 2023 +0100
@@ -181,7 +181,7 @@
             with contextlib.suppress(AttributeError):
                 dirpath = getConfig(name)
                 if os.path.exists(dirpath):
-                    shutil.rmtree(dirpath, True)
+                    shutil.rmtree(dirpath, ignore_errors=True)
 
         # Cleanup translations
         for name in glob.glob(

eric ide

mercurial