mirror of
https://staging.allspice.dev/AllSpice-Demos/Actions-demo.git
synced 2025-04-23 17:03:42 +00:00
Print whole comment for debug
This commit is contained in:
parent
cad687ca2c
commit
28525b67d1
@ -81,7 +81,8 @@ comments = design_review.get_comments()
|
||||
for comment in comments:
|
||||
# write to file
|
||||
with open(file_name, 'a') as f:
|
||||
f.write(f"Comment: {comment.text}\n")
|
||||
f.write(f"{comment}")
|
||||
# f.write(f"Comment: {comment.text}\n")
|
||||
f.write("\n")
|
||||
|
||||
# Close file
|
||||
|
Loading…
Reference in New Issue
Block a user