src/eric7/SystemUtilities/QtUtilities.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
child 11216
a1471981ef18
--- a/src/eric7/SystemUtilities/QtUtilities.py	Mon Feb 24 15:11:18 2025 +0100
+++ b/src/eric7/SystemUtilities/QtUtilities.py	Mon Feb 24 15:43:49 2025 +0100
@@ -94,7 +94,7 @@
     if not binPath:
         with contextlib.suppress(ImportError):
             # if qt6-applications is not installed just go to the next step
-            import qt6_applications  # __IGNORE_WARNING_I10__
+            import qt6_applications  # __IGNORE_WARNING_I-10__
 
             if libexec:
                 binPath = os.path.join(

eric ide

mercurial