回答編集履歴

1

コード修正

2021/01/31 11:45

投稿

teamikl
teamikl

スコア8664

test CHANGED
@@ -160,7 +160,7 @@
160
160
 
161
161
  def addResultText(self, text):
162
162
 
163
- logging.info("setResultText: %s", text)
163
+ logging.info("addResultText: %s", text)
164
164
 
165
165
  self._textEdit.appendPlainText(text)
166
166