Corrected a code style issue.

Wed, 25 Oct 2023 18:04:06 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 25 Oct 2023 18:04:06 +0200
changeset 38
aefce8f68439
parent 37
79e453012ab9
child 39
e033c7f0d45e

Corrected a code style issue.

ExtensionCorba/ProjectInterfacesBrowser.py file | annotate | diff | comparison | revisions
--- a/ExtensionCorba/ProjectInterfacesBrowser.py	Wed Oct 25 17:56:14 2023 +0200
+++ b/ExtensionCorba/ProjectInterfacesBrowser.py	Wed Oct 25 18:04:06 2023 +0200
@@ -564,7 +564,7 @@
         )
         if ok:
             if not os.path.splitext(filename)[1]:
-                filename = filename + ".idl"
+                filename += ".idl"
 
             if os.path.exists(filename):
                 EricMessageBox.critical(

eric ide

mercurial