Fixed a code style issue. eric7

Fri, 31 Dec 2021 17:19:19 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 31 Dec 2021 17:19:19 +0100
branch
eric7
changeset 8884
74a7c9c7d424
parent 8883
35476abcb319
child 8885
b0bbe8bda1f2

Fixed a code style issue.

eric7/UI/Previewers/PreviewerQSS.py file | annotate | diff | comparison | revisions
--- a/eric7/UI/Previewers/PreviewerQSS.py	Fri Dec 31 13:32:20 2021 +0100
+++ b/eric7/UI/Previewers/PreviewerQSS.py	Fri Dec 31 17:19:19 2021 +0100
@@ -125,7 +125,7 @@
                             styleIconsPath = os.path.join(
                                 getConfig('ericIconDir'), "StyleIcons")
                     
-                    styleIconsPath =  Utilities.fromNativeSeparators(
+                    styleIconsPath = Utilities.fromNativeSeparators(
                         styleIconsPath)
                     styleSheet = styleSheet.replace("${path}", styleIconsPath)
                     self.scrollAreaWidgetContents.setStyleSheet(styleSheet)

eric ide

mercurial