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().
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().