Skip to content

try to fix Prop('blah',list())  #66

Description

@kpasko

p = Prop('blah',list())
or
p = Prop('blah',[])

ends up creating an error when trying to set --
p.set([1,2,3]) TypeError: float() argument must be a string or a number

current fix is
p = Prop('blah',None) p.set(list())

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    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