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 |