Wed, 25 Oct 2023 18:04:06 +0200
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(