@@ -5341,7 +5341,7 class BasicWindow(QMainWindow, Ui_BasicWindow): | |||
|
5341 | 5341 | self.specGraphPrefix.setToolTip('Example: EXPERIMENT_NAME') |
|
5342 | 5342 | |
|
5343 | 5343 | sys.stdout = ShowMeConsole(textWritten=self.normalOutputWritten) |
|
5344 | sys.stderr = ShowMeConsole(textWritten=self.errorOutputWritten) | |
|
5344 | # sys.stderr = ShowMeConsole(textWritten=self.errorOutputWritten) | |
|
5345 | 5345 | |
|
5346 | 5346 | |
|
5347 | 5347 | class UnitProcessWindow(QMainWindow, Ui_UnitProcess): |
General Comments 0
You need to be logged in to leave comments.
Login now