src/eric7/QScintilla/Exporters/ExporterBase.py

branch
eric7
changeset 9913
702ad0ef6b3f
parent 9653
e67609152c5e
child 10431
64157aeb0312
--- a/src/eric7/QScintilla/Exporters/ExporterBase.py	Thu Mar 16 12:10:12 2023 +0100
+++ b/src/eric7/QScintilla/Exporters/ExporterBase.py	Fri Mar 17 11:29:09 2023 +0100
@@ -67,7 +67,9 @@
                 if not res:
                     return ""
 
-        return str(fpath)
+            fn = str(fpath)
+
+        return fn
 
     def exportSource(self):
         """

eric ide

mercurial