Skip to content

the status of signalrun is not correctly save when failed #6

Description

@dyuliu

Description

When a signalrun is failed, the status of the signalrun will be not correctly saved.

See the error message below:

AttributeError: 'Signalrun' object has no attribute 'STATUS_ERROR'

Solution

Update

status = self.STATUS_ERROR

to

status = self.STATUS_ERRORED

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions