8365:cde9bde830ea | 8366:2a9f5153c438 |
---|---|
474 titleFullPath=titleFullPath | 474 titleFullPath=titleFullPath |
475 ) | 475 ) |
476 | 476 |
477 if html: | 477 if html: |
478 with EricOverrideCursor(), open(filename, "w", encoding="utf-8" | 478 with EricOverrideCursor(), open(filename, "w", encoding="utf-8" |
479 ) as f: | 479 ) as f: |
480 try: | 480 try: |
481 f.write(html) | 481 f.write(html) |
482 except OSError as err: | 482 except OSError as err: |
483 EricMessageBox.critical( | 483 EricMessageBox.critical( |
484 self.editor, | 484 self.editor, |