Skip to content

fix: replace bare except blocks with specific exceptions #332

@imran-siddique

Description

@imran-siddique

Replace 7 bare except: blocks with specific exception types and add logging. Files: (1) graph_debugger.py lines 272,464 in mute-agent/src/visualization (2) same file in mute_agent/ (3) demo_client.py line 56 in iatp/examples (4) time_travel_debugger.py lines 268,276 in control-plane. Replace with except (SpecificError) as e: and add logger.debug().

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions