src/eric7/QScintilla/Exporters/ExporterBase.py

branch
eric7
changeset 9913
702ad0ef6b3f
parent 9653
e67609152c5e
child 10431
64157aeb0312
equal deleted inserted replaced
9912:c731e9bdd105 9913:702ad0ef6b3f
65 icon=EricMessageBox.Warning, 65 icon=EricMessageBox.Warning,
66 ) 66 )
67 if not res: 67 if not res:
68 return "" 68 return ""
69 69
70 return str(fpath) 70 fn = str(fpath)
71
72 return fn
71 73
72 def exportSource(self): 74 def exportSource(self):
73 """ 75 """
74 Public method performing the export. 76 Public method performing the export.
75 77

eric ide

mercurial