Skip to content

Commit

Permalink
fix markdown to dict code
Browse files Browse the repository at this point in the history
  • Loading branch information
vsc46128 vscuser committed Jan 25, 2024
1 parent 718c8d5 commit 85fc161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ def request_bot_build_issue_comments(repo_name, pr_number):
else:
for j, value in enumerate(row.split('|')):
if j > 0 and j < len(keys) - 1:
values[keys[j]] = value.strip()})
values[keys[j]] = value.strip()
rows.append(values)

# add date, status, url to status_table if
Expand Down

0 comments on commit 85fc161

Please sign in to comment.