mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-08 17:24:18 +01:00
Fixed PEP E501
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
a3528832e7
commit
7b80aafa13
1 changed files with 2 additions and 2 deletions
|
@ -152,8 +152,8 @@ class QueuePkgs(Utils):
|
||||||
binary = slack_package(prgnam)
|
binary = slack_package(prgnam)
|
||||||
PackageManager(binary).upgrade(flag="--install-new")
|
PackageManager(binary).upgrade(flag="--install-new")
|
||||||
else:
|
else:
|
||||||
print(f"\nPackage {prgnam} not found in the {self.meta.output} for "
|
print(f"\nPackage {prgnam} not found in the "
|
||||||
f"installation\n")
|
f"{self.meta.output} for installation\n")
|
||||||
else:
|
else:
|
||||||
print("\nPackages not found in the queue for installation\n")
|
print("\nPackages not found in the queue for installation\n")
|
||||||
raise SystemExit(1)
|
raise SystemExit(1)
|
||||||
|
|
Loading…
Reference in a new issue