Skip to content

Commit 56e762a

Browse files
author
meihuisu
committed
add more debug stmtZZgit push
1 parent a604e8d commit 56e762a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ucvm_setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ def installConfigMakeInstall(tarname, ucvmpath, type, config_data):
182182
## skip the models that already exists and go to the ones that did not get processed yet
183183
if(restart_flag) :
184184
test_path= workpath + "/" + config_data["Path"];
185+
print("Skip checking --",test_path)
185186
if os.path.exists(test_path):
186187
print("\nSkip building " + config_data["Path"] + ", already exists");
187188
return 0

0 commit comments

Comments
 (0)