mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-31 10:26:39 +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)
|
subprocess.call("sh install.sh", shell=True)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
print(f"\n{_meta_.__all__}: There is no new version, already used the last!\n")
|
print(f"\n{_meta_.__all__}: There is no new version, "
|
||||||
raise SystemExit()
|
"already used the last!\n")
|
||||||
|
raise SystemExit()
|
||||||
|
|
Loading…
Reference in a new issue