mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 19:28:25 +02:00
translated to english, added an exception for SystemExit to avoid an error when updating
This commit is contained in:
parent
6d1411e199
commit
2c41c0f04c
1 changed files with 2 additions and 2 deletions
|
@ -45,5 +45,5 @@ def check_update(self):
|
||||||
self.translate("Can't connect to internet. Download will be disabled."))
|
self.translate("Can't connect to internet. Download will be disabled."))
|
||||||
self.option["disable_download"] = True
|
self.option["disable_download"] = True
|
||||||
|
|
||||||
except:
|
except SystemExit: pass
|
||||||
self.log_error()
|
except: self.log_error()
|
||||||
|
|
Loading…
Reference in a new issue