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
030362a0
Commit
030362a0
authored
Jul 13, 2012
by
Clément Schreiner
Browse files
Add debug message.
parent
870f8e7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
debexpo/plugins/debtags.py
View file @
030362a0
...
...
@@ -108,6 +108,8 @@ class DebtagsPlugin(BasePlugin):
autotag
.
load_sources
(
self
.
binary_packages
)
tags
=
autotag
.
get_tags
()
if
len
(
tags
)
==
0
:
log
.
debug
(
'No tag found by heuristics.'
)
for
pkg
in
tags
:
for
tag
in
tags
[
pkg
]:
self
.
_new_result
(
Debtag
,
tag
=
tag
,
source
=
'autotag'
,
...
...
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