Skip to content

Commit b33bec1

Browse files
committed
revert graph_net/model_path_handler.py
1 parent 5fb33a4 commit b33bec1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

graph_net/model_path_handler.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,6 @@ def handle_model_path_list_in_subprocess(args):
6666
except KeyboardInterrupt:
6767
print("KeyboardInterrupt")
6868
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
7569

7670

7771
def handle_model_path(handler, model_path):

0 commit comments

Comments
 (0)