fix print ()

ubuntu/focal
Hans P Möller 5 years ago
parent d1b6e36d57
commit 62deaa0874

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

Loading…
Cancel
Save