Skip to content

Commit 275fab0

Browse files
authored
Update eessi_bot_event_handler.py
1 parent b3e293c commit 275fab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eessi_bot_event_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ def handle_bot_command_status(self, event_info, bot_command):
626626
'on arch': [], 'for arch': [], 'for repo': [], 'date': [], 'status': [], 'url': [], 'result': []
627627
}
628628
for x in range(0, len(sorted_table['date'])):
629-
# Check if the current 'for arch' AND repo are already in the status_table_last. If not, add it
629+
# Check if the current 'for arch' AND 'for repo' are already in the status_table_last. If not, add it
630630
already_present = False
631631
for y in range(0, len(status_table_last['for arch'])):
632632
if (

0 commit comments

Comments
 (0)