scripts/uninstall-debugclients.py

changeset 7836
2f0d208b8137
parent 7639
422fd05e9c91
child 7923
91e843545d9a
--- a/scripts/uninstall-debugclients.py	Sat Nov 21 19:31:16 2020 +0100
+++ b/scripts/uninstall-debugclients.py	Sun Nov 22 16:04:59 2020 +0100
@@ -80,7 +80,7 @@
         dirname = os.path.join(pyModDir, installPackage)
         if os.path.exists(dirname):
             shutil.rmtree(dirname, True)
-    except (IOError, OSError) as msg:
+    except OSError as msg:
         sys.stderr.write(
             'Error: {0}\nTry uninstall with admin rights.\n'.format(msg))
         exit(7)

eric ide

mercurial