Skip to content

Commit 50ec81d

Browse files
committed
revert to previous analystComments format
1 parent c0fd9c8 commit 50ec81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pori_python/ipr/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ def ipr_report(
498498
include_nonspecific_template=include_nonspecific_template,
499499
)
500500
comments_list.append(ipr_comments)
501-
comments = "\n".join(comments_list)
501+
comments = {'comments': "\n".join(comments_list)}
502502

503503
# OUTPUT CONTENT
504504
# thread safe deep-copy the original content

0 commit comments

Comments
 (0)