mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-28 19:58:18 +01:00
Updated for coding style
This commit is contained in:
parent
30e05e1b7e
commit
04fb064006
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@ class NewConfig:
|
|||
def check(self):
|
||||
""" Checks for .new files. """
|
||||
print('Checking for NEW configuration files...')
|
||||
if self.slpkg_config_new.is_file() or self.blacklist_config_new.is_file() or self.repositories_config_new.is_file():
|
||||
if (self.slpkg_config_new.is_file() or self.blacklist_config_new.is_file()
|
||||
or self.repositories_config_new.is_file()):
|
||||
print('\nThere are NEW files:\n')
|
||||
|
||||
if self.slpkg_config_new.is_file():
|
||||
|
|
Loading…
Add table
Reference in a new issue