mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-10 20:48:40 +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):
|
def check(self):
|
||||||
""" Checks for .new files. """
|
""" Checks for .new files. """
|
||||||
print('Checking for NEW configuration 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')
|
print('\nThere are NEW files:\n')
|
||||||
|
|
||||||
if self.slpkg_config_new.is_file():
|
if self.slpkg_config_new.is_file():
|
||||||
|
|
Loading…
Add table
Reference in a new issue