File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88logger = logging .getLogger (__name__ )
99
1010try :
11- import test . python . config as test_config # noqa F401
11+ import config as test_config # noqa F401
1212
1313 logger .debug ("Importing from executorch-integration" )
1414except ImportError :
Original file line number Diff line number Diff line change @@ -606,6 +606,7 @@ def _get_caller_name():
606606def execute_cmd (cmd , cwd = "." ):
607607 env = environ .copy () # Copy the current environment
608608 env ["LD_LIBRARY_PATH" ] = str (NSYS_PATH .parent )
609+ logger .debug (f"Running command: { cmd } " )
609610
610611 with subprocess .Popen (
611612 cmd ,
Original file line number Diff line number Diff line change 88logger = logging .getLogger (__name__ )
99
1010try :
11- import test . python . outputs_dir as outputs_dir # noqa F401
11+ import outputs_dir as outputs_dir # noqa F401
1212
1313 logger .debug ("Importing from executorch-integration" )
1414except ImportError :
You can’t perform that action at this time.
0 commit comments