Skip to content

Commit 4da324c

Browse files
committed
Signal whether project had javascript links ('has_neutralized_links')
1 parent 7995361 commit 4da324c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

34-Report-more-to-buildinfo/05-Save-results-json/run_05-Save-results-json.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,11 @@ def lookup(D, *keys, **kwdargs):
154154
if created:
155155
R['created'] = created
156156

157+
if milestones.get('neutralized_links_jsonfile'):
158+
R['has_neutralized_links'] = 1
159+
else:
160+
R['has_neutralized_links'] = 0
161+
157162
tct.writejson(R, TheProjectResultBuildinfoResultJsonfile)
158163

159164
# ==================================================

0 commit comments

Comments
 (0)