Commit 4173ec84 authored by Ghislain MARY's avatar Ghislain MARY

Fix indentation in prepare.py.

parent 9b46bc5c
...@@ -180,7 +180,7 @@ class DesktopPreparator(prepare.Preparator): ...@@ -180,7 +180,7 @@ class DesktopPreparator(prepare.Preparator):
def check_environment(self): def check_environment(self):
ret = prepare.Preparator.check_environment(self) ret = prepare.Preparator.check_environment(self)
if "no-ui" in self.targets: if "no-ui" in self.targets:
return ret return ret
if platform.system() == 'Windows': if platform.system() == 'Windows':
ret |= not self.check_is_installed('mingw-get', 'MinGW (https://sourceforge.net/projects/mingw/files/Installer/)') ret |= not self.check_is_installed('mingw-get', 'MinGW (https://sourceforge.net/projects/mingw/files/Installer/)')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment