eric7/QScintilla/Editor.py

branch
eric7
changeset 9199
831e08e94960
parent 9186
0c28a1670e06
child 9203
b201a2ffe174
--- a/eric7/QScintilla/Editor.py	Sat Jul 02 11:31:03 2022 +0200
+++ b/eric7/QScintilla/Editor.py	Sat Jul 02 17:22:06 2022 +0200
@@ -3394,8 +3394,10 @@
                 if not res:
                     return ""
         
-        return str(fpath)
-        
+            return str(fpath)
+        
+        return ""
+    
     def saveFileCopy(self, path=None):
         """
         Public method to save a copy of the file.

eric ide

mercurial