mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 08:50:48 +00:00
Update summary_log.py
Add "OMITTED" to ADR summary pdf
This commit is contained in:
@@ -34,6 +34,9 @@ def build_aux_data_field(line: ADRLine):
|
||||
elif line.adlib:
|
||||
bg_color = 'purple'
|
||||
tag_field += "<font backColor=%s textColor=%s fontSize=11>%s</font> " % (bg_color, fg_color, "ADLIB")
|
||||
elif line.omitted:
|
||||
bg_color = 'green'
|
||||
tag_field += "<font backColor=%s textColor=%s fontSize=11>%s</font>" % (bg_color, fg_color, "OMITTED")
|
||||
|
||||
entries.append(tag_field)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user