mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Remove double code
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
f69748cfb6
commit
9c77070049
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue