Skip to content

Commit a26caf2

Browse files
committed
pop hrd whether or not score is found
1 parent c694513 commit a26caf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pori_python/ipr/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ def ipr_report(
553553
if output.get('hrd'):
554554
if output.get('hrd').get('score'):
555555
output['hrdScore'] = output['hrd']['score']
556-
output.pop('hrd') # kbmatches have already been made
556+
output.pop('hrd') # kbmatches have already been made
557557

558558
ipr_spec = ipr_conn.get_spec()
559559
output = clean_unsupported_content(output, ipr_spec)

0 commit comments

Comments
 (0)