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 @@ -608,6 +608,7 @@ def _get_caller_name():
608608def execute_cmd (cmd , cwd = "." ):
609609 env = environ .copy () # Copy the current environment
610610 env ["LD_LIBRARY_PATH" ] = str (NSYS_PATH .parent )
611+ logger .debug (f"Running command: { cmd } " )
611612
612613 with subprocess .Popen (
613614 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