363 column += 1 |
363 column += 1 |
364 prevCR = ch == b'\r' |
364 prevCR = ch == b'\r' |
365 pos += 1 |
365 pos += 1 |
366 |
366 |
367 f.write(self.RTF_BODYCLOSE) |
367 f.write(self.RTF_BODYCLOSE) |
368 except IOError as err: |
368 except OSError as err: |
369 E5MessageBox.critical( |
369 E5MessageBox.critical( |
370 self.editor, |
370 self.editor, |
371 self.tr("Export source"), |
371 self.tr("Export source"), |
372 self.tr( |
372 self.tr( |
373 """<p>The source could not be exported to""" |
373 """<p>The source could not be exported to""" |