scripts/install.py

branch
eric7
changeset 10122
f9b87800ecf2
parent 10119
64147a7e6393
child 10148
31ba20629af4
child 10162
e7040c88b39e
--- a/scripts/install.py	Fri Jul 21 11:40:38 2023 +0200
+++ b/scripts/install.py	Fri Jul 21 11:54:54 2023 +0200
@@ -1120,7 +1120,7 @@
     try:
         # check, if pywin32 is available
         from win32com.client import Dispatch  # __IGNORE_WARNING__
-    except (ImportError, ModuleNotFoundError):
+    except (ImportError, ModuleNotFoundError):  # noqa: M514
         installed = pipInstall(
             "pywin32",
             "\nThe Python package 'pywin32' could not be imported.",

eric ide

mercurial