mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-03 06:56:44 +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.
|
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':
|
||||||
|
|
Loading…
Reference in a new issue