[wgem] runtime dir | improving installation options dialog design

This commit is contained in:
Vinicius Moreira
2019-12-15 13:54:18 -03:00
parent fa9038025e
commit 995dc23a72
6 changed files with 49 additions and 20 deletions

View File

@@ -199,7 +199,7 @@ class EnvironmentUpdater:
return False
def get_environment(self) -> dict:
def read_settings(self) -> dict:
try:
res = self.http_client.get(URL_ENVIRONMENT_SETTINGS)
@@ -217,7 +217,7 @@ class EnvironmentUpdater:
def update_environment(self, is_x86_x64_arch: bool, handler: ProcessHandler = None) -> dict:
settings = self.get_environment()
settings = self.read_settings()
if settings is None:
return