From: BenoƮt Fontaine Date: Sun, 4 Mar 2018 16:02:33 +0000 (+0100) Subject: Close logfile before quit X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=00d75e3733edd6dfe7f5c37ba50b286a588f2b9e;p=gamesguru%2Fgetmyancestors.git Close logfile before quit --- diff --git a/gui.py b/gui.py index 33eba7a..fb06198 100644 --- a/gui.py +++ b/gui.py @@ -356,6 +356,7 @@ class Download(Frame): def quit(self): self.update_needed = False + self.logfile.close() return super(Download, self).quit() def download(self):