mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-05 11:02:14 +01:00
Fix typo
This commit is contained in:
parent
68b1456283
commit
8dc709f003
1 changed files with 2 additions and 2 deletions
|
@ -108,8 +108,8 @@ class DependenciesStatus(object):
|
||||||
def no_logs(self):
|
def no_logs(self):
|
||||||
"""Print message if no logs found
|
"""Print message if no logs found
|
||||||
"""
|
"""
|
||||||
print("\n There were no logs files. Obviously it wasn't used the \n"
|
print("\n There were no logs files. Obviously not used the\n"
|
||||||
" method of installation with the command: \n"
|
" installation method with the command:\n"
|
||||||
" '$ slpkg -s <repository> <packages>' yet.\n")
|
" '$ slpkg -s <repository> <packages>' yet.\n")
|
||||||
raise SystemExit()
|
raise SystemExit()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue