Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
DazedNConfused- committed Oct 18, 2022
2 parents 238a119 + c0ef67d commit 5982080
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cddagl/ui/views/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3288,8 +3288,8 @@ def refresh_changelog(self):
continue

new_date = entry['closed_at'][0:10]
new_entry = changelog_entry(title =entry['title'],
body = entry['body'].split('####'),
new_entry = changelog_entry(title=entry['title'],
body = (entry['body'] or "").split('####'),
node_id =entry['node_id'],
number=entry['number'],
html_url=entry['html_url']
Expand Down

0 comments on commit 5982080

Please sign in to comment.