mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-05 11:02:14 +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)
|
||||
PackageManager(binary).upgrade(flag="--install-new")
|
||||
else:
|
||||
print(f"\nPackage {prgnam} not found in the {self.meta.output} for "
|
||||
f"installation\n")
|
||||
print(f"\nPackage {prgnam} not found in the "
|
||||
f"{self.meta.output} for installation\n")
|
||||
else:
|
||||
print("\nPackages not found in the queue for installation\n")
|
||||
raise SystemExit(1)
|
||||
|
|
Loading…
Reference in a new issue