Skip to content

Probable typing error in "new_struct" function #1837

Open
@igorbga

Description

@igorbga

Hi,

I think there is an error with the typing of function "new_struct" on this line:

name: Union[int, ua.QualifiedName],

I suspect the correct code would be:

    name: Union[ua.QualifiedName, str],

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