Skip to content

Commit

Permalink
Don't set vv comments to empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanconn committed Feb 8, 2024
1 parent a6746a9 commit 748204c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mica/report/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ def official_vv_notes(obsid, summary):
return None

all_vv['aspect_review'] = None
all_vv['comments'] = ''

for report in all_vv:
aspect_rev = vv_db.fetchone(f"select * from vvreview where vvid = {report['vvid']}")
Expand Down

0 comments on commit 748204c

Please sign in to comment.