mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-28 09:58:21 +01:00
Fixed PEP E501
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
5f720dc082
commit
3b2b857df3
1 changed files with 3 additions and 2 deletions
|
@ -96,5 +96,6 @@ def it_self_update():
|
|||
subprocess.call("sh install.sh", shell=True)
|
||||
|
||||
else:
|
||||
print(f"\n{_meta_.__all__}: There is no new version, already used the last!\n")
|
||||
raise SystemExit()
|
||||
print(f"\n{_meta_.__all__}: There is no new version, "
|
||||
"already used the last!\n")
|
||||
raise SystemExit()
|
||||
|
|
Loading…
Reference in a new issue