Skip to content

Commit 4364666

Browse files
committed
Fixed a mistake
1 parent b39f540 commit 4364666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/views/flag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def flag(request, name, repo, arch):
8888
form = FlagForm(request.POST, authenticated=authenticated)
8989
if form.is_valid() and form.cleaned_data['website'] == '':
9090
# save the package list for later use
91-
flagged_pkgs = list(pkgs) + list(lib32_pkgs)
91+
flagged_pkgs = list(pkgs)
9292

9393
# find a common version if there is one available to store
9494
versions = set((pkg.pkgver, pkg.pkgrel, pkg.epoch)

0 commit comments

Comments
 (0)