We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c694513 commit a26caf2Copy full SHA for a26caf2
pori_python/ipr/main.py
@@ -553,7 +553,7 @@ def ipr_report(
553
if output.get('hrd'):
554
if output.get('hrd').get('score'):
555
output['hrdScore'] = output['hrd']['score']
556
- output.pop('hrd') # kbmatches have already been made
+ output.pop('hrd') # kbmatches have already been made
557
558
ipr_spec = ipr_conn.get_spec()
559
output = clean_unsupported_content(output, ipr_spec)
0 commit comments