Skip to content

handling unicode port names #929

Closed
Closed
@belevtsoff

Description

@belevtsoff

Calling workflow.connect(src, srcport, dst, dstport) with a unicode port name like srcport = u"in_file" causes an error, because of the isinstance(srcport, str) typechecking in the connect() code, which returns False for unicode strings. Is there any reason for not supporting such strings? If not, I'll submit a pull request fixing it

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