From 9c770700494b2436c22b6d6786bca65fd6dac91f Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Thu, 5 Mar 2020 23:49:45 +0100 Subject: [PATCH] Remove double code Signed-off-by: Dimitris Zlatanidis --- slpkg/sbo/slack_find.py | 1 - 1 file changed, 1 deletion(-) diff --git a/slpkg/sbo/slack_find.py b/slpkg/sbo/slack_find.py index ba5d6ca4..45c7c69f 100644 --- a/slpkg/sbo/slack_find.py +++ b/slpkg/sbo/slack_find.py @@ -42,7 +42,6 @@ def slack_package(prgnam): TAG = os.environ['TAG'] break - binaries, cache, binary = [], "0", "" for pkg in find_package(prgnam, _meta_.output): if pkg.startswith(prgnam) and pkg[:-4].endswith(TAG): binaries.append(pkg)