We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb33a4 commit b33bec1Copy full SHA for b33bec1
graph_net/model_path_handler.py
@@ -66,12 +66,6 @@ def handle_model_path_list_in_subprocess(args):
66
except KeyboardInterrupt:
67
print("KeyboardInterrupt")
68
return
69
- except Exception as e:
70
- print(f"Handle {model_path} failed: {str(e)}", file=sys.stderr)
71
- print("\n--- Full Traceback ---")
72
- traceback.print_exc()
73
- print("\n--- End of Traceback ---")
74
- return
75
76
77
def handle_model_path(handler, model_path):
0 commit comments