We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b39f540 commit 4364666Copy full SHA for 4364666
packages/views/flag.py
@@ -88,7 +88,7 @@ def flag(request, name, repo, arch):
88
form = FlagForm(request.POST, authenticated=authenticated)
89
if form.is_valid() and form.cleaned_data['website'] == '':
90
# save the package list for later use
91
- flagged_pkgs = list(pkgs) + list(lib32_pkgs)
+ flagged_pkgs = list(pkgs)
92
93
# find a common version if there is one available to store
94
versions = set((pkg.pkgver, pkg.pkgrel, pkg.epoch)
0 commit comments