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
Debian New Member Process
nm.debian.org
Commits
1e795f64
Verified
Commit
1e795f64
authored
Feb 27, 2021
by
Mattia Rizzolo
Browse files
add a space to this output so that my terminal can properly highlight the url
Signed-off-by:
Mattia Rizzolo
<
mattia@debian.org
>
parent
cacfaa5c
Pipeline
#234508
passed with stage
in 5 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
sitechecks/housekeeping.py
View file @
1e795f64
...
@@ -50,7 +50,7 @@ class ReportInconsistencies(hk.Task):
...
@@ -50,7 +50,7 @@ class ReportInconsistencies(hk.Task):
log_inconsistency
(
i
)
log_inconsistency
(
i
)
del
by_person
[
None
]
del
by_person
[
None
]
for
person
,
inconsistencies
in
sorted
(
by_person
.
items
(),
key
=
lambda
p
:
p
[
0
].
lookup_key
):
for
person
,
inconsistencies
in
sorted
(
by_person
.
items
(),
key
=
lambda
p
:
p
[
0
].
lookup_key
):
log
.
warn
(
"%s:"
,
self
.
hk
.
link
(
person
))
log
.
warn
(
"%s
:"
,
self
.
hk
.
link
(
person
))
for
i
in
inconsistencies
:
for
i
in
inconsistencies
:
log_inconsistency
(
i
)
log_inconsistency
(
i
)
...
...
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