fix print ()

This commit is contained in:
Hans P Möller 2019-08-23 07:33:08 -04:00
parent d1b6e36d57
commit 62deaa0874

View File

@ -310,7 +310,7 @@ class DialogUpg(QWidget):
self.label.setText(self.detailText + "\n" + details)
# if is downloading put the "Downloaded x of y" text
# print("PTY:" + str(self.slave))
print "Status Details:" + details
print("Status Details:" + details)
def upgrade(self):
'''runs upgrade'''