Skip to content

EXTRAS-256 - SignatureSet.__getitem__ throws an exception #28

@tclarke

Description

@tclarke

SignatureSet.getitem tries to create a Signature wrapper without specifying anything for the first parameter ("name") which causes an error. This should be specified as None.

Workaround: (ss is a SignatureSet)

sig = opticks.Signature(None, element=opticks.SignatureSet._getSignatureSetSignature(ss, index))

Original Issue: EXTRAS-256
Status: Deferred
Feature Interpretation:

Suggested Solution:

Actual Solution:

Severity: 2-Critical
Version Control:
Environment: All
Linked:

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions