Fix indentation in prepare.py.

This commit is contained in:
Ghislain MARY 2018-03-27 22:00:32 +02:00
parent 9b46bc5c20
commit 4173ec845e

View file

@ -180,7 +180,7 @@ class DesktopPreparator(prepare.Preparator):
def check_environment(self):
ret = prepare.Preparator.check_environment(self)
if "no-ui" in self.targets:
if "no-ui" in self.targets:
return ret
if platform.system() == 'Windows':
ret |= not self.check_is_installed('mingw-get', 'MinGW (https://sourceforge.net/projects/mingw/files/Installer/)')