Skip to content

Commit

Permalink
BGDIINF_SB-2794: rss fixing binary bug in content
Browse files Browse the repository at this point in the history
  • Loading branch information
rebert committed Feb 22, 2023
1 parent 760b4e9 commit 7f79d04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/rssFeedGen.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def extract_data(r):

def data_to_description(data):
description = data.encode('ascii', 'ignore')
description = description.decode('utf-8')
return description

if __name__ == '__main__':
Expand Down

0 comments on commit 7f79d04

Please sign in to comment.