mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-28 09:58:21 +01:00
Updated for coding style
This commit is contained in:
parent
06f26d966e
commit
e2eca62151
1 changed files with 2 additions and 1 deletions
|
@ -132,7 +132,8 @@ class Slackbuilds(Configs):
|
|||
applied.
|
||||
"""
|
||||
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
|
||||
|
||||
if self.utils.is_option(self.flag_reinstall, self.flags) and self.mode != 'build':
|
||||
|
|
Loading…
Reference in a new issue