Skip to content

missing setter for Variable.address #2

@lbrichards

Description

@lbrichards

test_var.py is trying to assign a value to v.address, but the Variable implementation only has a getter. Consequently, these lines fail:

    v.address = "1"
    assert v.address == "1"

Also, it will be more consistent to use an int here rather than str.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions