7835:0835ed67714b | 7836:2f0d208b8137 |
---|---|
50 | 50 |
51 try: | 51 try: |
52 with open(logFile, "r", encoding="utf-8") as f: | 52 with open(logFile, "r", encoding="utf-8") as f: |
53 txt = f.read() | 53 txt = f.read() |
54 self.logEdit.setPlainText(txt) | 54 self.logEdit.setPlainText(txt) |
55 except IOError: | 55 except OSError: |
56 pass | 56 pass |
57 | 57 |
58 @pyqtSlot() | 58 @pyqtSlot() |
59 def on_emailButton_clicked(self): | 59 def on_emailButton_clicked(self): |
60 """ | 60 """ |