mirror of
https://github.com/karma-riuk/crab.git
synced 2025-07-04 21:28:12 +02:00
added another way pr can be invalid, if they have
no lines for their comment (github api be wierd)
This commit is contained in:
@ -13,6 +13,10 @@ class NoDiffsAfterError(SetupException):
|
||||
reason_for_failure = "Couldn't get the diffs after the last comment"
|
||||
|
||||
|
||||
class NoLinesForCommentError(SetupException):
|
||||
reason_for_failure = "There are no line reference for the comment"
|
||||
|
||||
|
||||
class CantCloneRepoError(SetupException):
|
||||
reason_for_failure = "Couldn't clone the repository"
|
||||
|
||||
|
Reference in New Issue
Block a user