Skip to content

Commit

Permalink
Generate the message as a list of md (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
levonet authored Mar 15, 2021
1 parent 4a83055 commit e0af8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baseline2rdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def main():
results[key]['message'] += '\n* ' + item['type']
else:
results[key] = {
'message': '* ' + item['type'],
'message': '\n* ' + item['type'],
'location': {
'path': item['filename'],
'range': {
Expand Down

0 comments on commit e0af8c5

Please sign in to comment.