Skip to content

Analyzer breaks with renode 1.16.1 #21

@mnitsche-skyloom

Description

@mnitsche-skyloom
peripheral = <pyrenode3.wrappers.peripheral.Peripheral object at 0x7aa2a173c310>

    def __init__(self, peripheral: "wrappers.Peripheral"):
        XwtInit()
        monitor = wrappers.Monitor()
        monitor.Machine = peripheral.mach.internal
>       analyzer = ShowBackendAnalyzerCommand(monitor.internal).GetAnalyzer(peripheral.path, None)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E       TypeError: No method matches given arguments for ShowBackendAnalyzerCommand.GetAnalyzer: (<class 'str'>, <class 'NoneType'>)

/usr/local/lib/python3.11/dist-packages/pyrenode3/wrappers/analyzer.py:13: TypeError

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