Updated for coding style

This commit is contained in:
Dimitris Zlatanidis 2023-03-28 09:25:06 +03:00
parent 30e05e1b7e
commit 04fb064006

View file

@ -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():