Skip to content

Issue with loading gps data, loader expects a not empty 'direction' #8

@yellowBirdy

Description

@yellowBirdy

I think the issue lies in io.py in the schema definition in line 230

'direction': (not_callandtext and r.direction is None) or r.direction in ['in', 'out'],

should be

'direction': (not_callandtext and r.direction in [None, '']) or r.direction in ['in', 'out'],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions