src/eric7/CodeFormatting/IsortFormattingDialog.py

branch
eric7
changeset 10621
f5631f40c4d9
parent 10439
21c28b0f9e41
child 10689
3ede487187f2
--- a/src/eric7/CodeFormatting/IsortFormattingDialog.py	Mon Mar 04 11:26:52 2024 +0100
+++ b/src/eric7/CodeFormatting/IsortFormattingDialog.py	Mon Mar 04 11:42:39 2024 +0100
@@ -389,9 +389,11 @@
             self.resultsList,
             [
                 statusMsg,
-                self.__project.getRelativePath(filename)
-                if self.__project
-                else filename,
+                (
+                    self.__project.getRelativePath(filename)
+                    if self.__project
+                    else filename
+                ),
             ],
         )
         itm.setData(0, IsortFormattingDialog.StatusRole, status)

eric ide

mercurial