Skip to content

hasattr error in system.py checkTensions func #49

@TheMercer

Description

@TheMercer

Description

system.py: Line 3332: hasattr(line.type,'MBL') returns false
However MBL exists.

this issue is in other places. this is just one example

Current behavior

system.py: Line 3332: hasattr(line.type,'MBL') returns false
However MBL exists.

Expected behavior

system.py: Line 3332: hasattr(line.type,'MBL') returns True

fix:
system.py: Line 3332: 'MBL' in line.type

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