Skip to content

Commit

Permalink
Update get_discussions.py with newline
Browse files Browse the repository at this point in the history
  • Loading branch information
SoumayaMauthoorMOJ authored Oct 16, 2024
1 parent 5f09009 commit 7e986c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion manage_discussions/get_discussions.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@

with open(blips_path, 'w') as f:
json.dump(blips_new, f, indent=2)
f.write('\n')
if len(entries_skipped)>0:
with open(entries_skipped_path, 'w') as f:
json.dump(entries_skipped, f, indent=2)
json.dump(entries_skipped, f, indent=2)
f.write('\n')

0 comments on commit 7e986c6

Please sign in to comment.