Skip to content

bug: return inside finally (process_validation_task_by_metadata) #169

@alexhambley

Description

@alexhambley

process_validation_task_by_metadata (app/tasks/validation_tasks.py:161) references validation_result in the finally block even when an exception was raised, producing an UnboundLocalError that masks the real error. the return also absorbs any thrown exception.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions