Updater: Show dialog on sucsess

This commit is contained in:
Mathieu 2016-09-22 13:20:19 +02:00
parent 4d918e4e15
commit ad7b6b3213
1 changed files with 2 additions and 0 deletions

2
Updater.py Executable file → Normal file
View File

@ -37,6 +37,8 @@ class Updater(Thread):
self.ip, "-f", self.file])
except Exception as e:
showerror("Error", e)
else:
showinfo("Done", "Update installed")
finally:
self.gui.pb["value"] = 4
self.gui.installButton['state'] = 'normal'