mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-19 10:27:07 +01:00
Added a new line
This commit is contained in:
parent
0458af2733
commit
32741e1a9d
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class NewConfig:
|
||||||
|
|
||||||
def check(self):
|
def check(self):
|
||||||
""" Checks for .new files. """
|
""" Checks for .new files. """
|
||||||
print('Checking for NEW configuration files...')
|
print('\nChecking for NEW configuration files...')
|
||||||
if (self.slpkg_config_new.is_file() or self.blacklist_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()):
|
or self.repositories_config_new.is_file()):
|
||||||
print('\nThere are NEW files:\n')
|
print('\nThere are NEW files:\n')
|
||||||
|
|
Loading…
Reference in a new issue