Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mentors.debian.net
debexpo
Commits
0fe89a3f
Commit
0fe89a3f
authored
Jul 16, 2012
by
Clément Schreiner
Browse files
Remove superfluous variable + add debug message.
parent
05ab70da
Changes
1
Hide whitespace changes
Inline
Side-by-side
debexpo/plugins/similar.py
View file @
0fe89a3f
...
...
@@ -92,9 +92,8 @@ class SimilarPlugin(BasePlugin):
desc
=
info
[
'desc'
],
binary
=
binary
)
def
test_similar_packages
(
self
):
binary_packages
=
self
.
package_version
.
get_binary_packages
()
for
bp
in
binary_packages
:
for
bp
in
self
.
package_version
.
get_binary_packages
():
log
.
debug
(
'Adding similar packages for %s'
%
bp
.
name
)
self
.
_add_similar_packages
(
bp
.
name
)
plugin
=
SimilarPlugin
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment