We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0fd9c8 commit 50ec81dCopy full SHA for 50ec81d
pori_python/ipr/main.py
@@ -498,7 +498,7 @@ def ipr_report(
498
include_nonspecific_template=include_nonspecific_template,
499
)
500
comments_list.append(ipr_comments)
501
- comments = "\n".join(comments_list)
+ comments = {'comments': "\n".join(comments_list)}
502
503
# OUTPUT CONTENT
504
# thread safe deep-copy the original content
0 commit comments