From ad7b6b3213ba67904bcbb4bf89c1aef025da5e25 Mon Sep 17 00:00:00 2001 From: Mathieu Date: Thu, 22 Sep 2016 13:20:19 +0200 Subject: [PATCH] Updater: Show dialog on sucsess --- Updater.py | 2 ++ 1 file changed, 2 insertions(+) mode change 100755 => 100644 Updater.py diff --git a/Updater.py b/Updater.py old mode 100755 new mode 100644 index 1218bb0..7e39dac --- a/Updater.py +++ b/Updater.py @@ -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'