回答編集履歴
1
コード修正
answer
CHANGED
@@ -79,7 +79,7 @@
|
|
79
79
|
|
80
80
|
@pyqtSlot(str)
|
81
81
|
def addResultText(self, text):
|
82
|
-
logging.info("
|
82
|
+
logging.info("addResultText: %s", text)
|
83
83
|
self._textEdit.appendPlainText(text)
|
84
84
|
|
85
85
|
|