Updated for coding style

This commit is contained in:
Dimitris Zlatanidis 2023-04-02 20:26:47 +03:00
parent 06f26d966e
commit e2eca62151

View file

@ -132,7 +132,8 @@ class Slackbuilds(Configs):
applied. applied.
""" """
if (self.utils.is_option(self.flag_skip_installed, self.flags) if (self.utils.is_option(self.flag_skip_installed, self.flags)
and self.mode != 'build' and not self.utils.is_option(self.flag_reinstall, self.flags)): and not self.utils.is_option(self.flag_reinstall, self.flags)
and self.mode != 'build'):
return False return False
if self.utils.is_option(self.flag_reinstall, self.flags) and self.mode != 'build': if self.utils.is_option(self.flag_reinstall, self.flags) and self.mode != 'build':