Skip to content

Commit effefb1

Browse files
author
Caspar van Leeuwen
committed
Fix key name
1 parent 6fce70b commit effefb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1333,7 +1333,7 @@ def request_bot_build_issue_comments(repo_name, pr_number):
13331333
result = ':shrug: UNKNOWN'
13341334
else:
13351335
result = row['comment']
1336-
elif row['job_status'] == 'submitted' or row['job_status'] == 'received' or row['job_status'] == 'running':
1336+
elif row['job status'] == 'submitted' or row['job status'] == 'received' or row['job status'] == 'running':
13371337
# Make sure that if the job is not finished yet, we also put something useful in these fields
13381338
# It is useful to know a job is submitted, running, etc
13391339
date = row['date']

0 commit comments

Comments
 (0)