Verified Commit 1e795f64 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

add a space to this output so that my terminal can properly highlight the url



Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent cacfaa5c
Pipeline #234508 passed with stage
in 5 minutes and 14 seconds
...@@ -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)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment