Skip to content

Commit 5d02197

Browse files
author
meihuisu
committed
wip
1 parent 56e762a commit 5d02197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ucvm_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def installConfigMakeInstall(tarname, ucvmpath, type, config_data):
184184
test_path= workpath + "/" + config_data["Path"];
185185
print("Skip checking --",test_path)
186186
if os.path.exists(test_path):
187-
print("\nSkip building " + config_data["Path"] + ", already exists");
187+
print("\nSkip building " + config_data["Path"] + ", already exists")
188188
return 0
189189

190190
strip_level = "2"

0 commit comments

Comments
 (0)