Skip to content

Commit

Permalink
Merge pull request #364 from golemfactory/CannotTakeWork
Browse files Browse the repository at this point in the history
tasks.CannotComputeTask.REASON.CannotTakeWork
  • Loading branch information
jiivan committed Jan 29, 2020
2 parents 4f2b93f + 9fce495 commit aae2a60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions golem_messages/message/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,7 @@ class CannotComputeTask(TaskMessage, base.AbstractReasonMessage):
] + base.AbstractReasonMessage.__slots__

class REASON(datastructures.StringEnum):
CannotTakeWork = enum.auto()
WrongCTD = enum.auto()
WrongKey = enum.auto()
WrongAddress = enum.auto()
Expand Down

0 comments on commit aae2a60

Please sign in to comment.