show full error logs

This commit is contained in:
KatKatKateryna
2023-10-30 12:34:11 +00:00
parent 1c4dc0c07e
commit 65a1f4730c
+1 -1
View File
@@ -67,7 +67,7 @@ To do it manually, you can run 2 following commands from QGIS Plugins panel->Pyt
)
else:
self.report_widget.setText(
f"Something went wrong. Here are the error logs: \n\n{res1.stdout}\n\n{res2.stdout}"
f"Something went wrong. Here are the error logs: \n\n{res1}\n\n{res2}"
)
def runSubprocess(self):