mirror of
https://staging.allspice.dev/AllSpice-Demos/Actions-demo.git
synced 2025-04-23 17:03:42 +00:00
Update save_design_review.py
This commit is contained in:
parent
50fe8828fc
commit
21f3d15f95
@ -82,12 +82,11 @@ with open(file_name, 'a') as f:
|
||||
f.write(f"{comments}")
|
||||
|
||||
for comment in comments:
|
||||
for thing in comment:
|
||||
# write to file
|
||||
with open(file_name, 'a') as f:
|
||||
f.write(f"{comment}")
|
||||
# f.write(f"Comment: {comment.text}\n")
|
||||
f.write("\n")
|
||||
# write to file
|
||||
with open(file_name, 'a') as f:
|
||||
f.write(f"{comment}")
|
||||
# f.write(f"Comment: {comment.text}\n")
|
||||
f.write("\n")
|
||||
|
||||
# Close file
|
||||
f.close()
|
||||
|
Loading…
Reference in New Issue
Block a user