mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-19 10:27:07 +01:00
Updated start new line
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
8b371c3343
commit
8094eb7ff8
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class NewConfig:
|
|||
"""Find all '.new' files from /etc/ folder
|
||||
and subfolders
|
||||
"""
|
||||
print("\nSearch for .new configuration files:\n")
|
||||
print("Search for .new configuration files:\n")
|
||||
for path, dirs, files in os.walk(self.etc):
|
||||
del dirs # delete unsed
|
||||
for f in files:
|
||||
|
|
Loading…
Reference in a new issue