src/eric7/Globals/__init__.py

branch
eric7
changeset 9361
718bc86e1c3f
parent 9345
58a1e7c960b8
child 9371
1da8bc75946f
child 9413
80c06d472826
--- a/src/eric7/Globals/__init__.py	Tue Sep 27 14:58:59 2022 +0200
+++ b/src/eric7/Globals/__init__.py	Tue Sep 27 14:59:32 2022 +0200
@@ -393,8 +393,8 @@
     if not binPath:
         binPath = (
             QLibraryInfo.path(QLibraryInfo.LibraryPath.LibraryExecutablesPath)
-            if libexec else
-            QLibraryInfo.path(QLibraryInfo.LibraryPath.BinariesPath)
+            if libexec
+            else QLibraryInfo.path(QLibraryInfo.LibraryPath.BinariesPath)
         )
 
     # step 4: determine from used Python interpreter (designer is test object)

eric ide

mercurial