Skip to content

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

@dyuliu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions