Skip to content
This repository was archived by the owner on May 17, 2022. It is now read-only.

Commit 7e8eb50

Browse files
committed
Merge branch 'develop' of https://github.com/bsimjoo/Telegram-RSS-Bot into alpha
2 parents 55eaf51 + 7ede96c commit 7e8eb50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BugReporter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ def bug(self, tag_name, message=None, **more):
8989
tag.update(more)
9090
self.bugs[tag_name] = tag
9191
self.bugs_count = len(self.bugs)
92+
self.build_state = 'failing'
9293
self.__update_data__()
9394

9495
def dump(self):

0 commit comments

Comments
 (0)