Skip to content

Commit d5c420f

Browse files
author
meihuisu
committed
chk a race ?
1 parent dfe5164 commit d5c420f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎ucvm_setup.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,9 @@ def installConfigMakeInstall(tarname, ucvmpath, type, config_data):
217217
#
218218
print("Decompressing " + type)
219219
os.makedirs(workpath + "/" + config_data["Path"], exist_ok=True)
220-
## race? callAndRecord(["mkdir", "-p", workpath + "/" + config_data["Path"]])
220+
## race? callAndRecord(["mkdir", "-p", workpath + "/" + config_data["Path"]])
221221
callAndRecord(["tar", "zxvf", workpath + "/" + tarname, "-C", workpath + "/" + config_data["Path"], \
222-
"--strip", strip_level])
222+
"--strip", str(strip_level)])
223223

224224
## Any Preprocess needed ?
225225
## maybe download geomodelgrids into sfcvm source location ?

0 commit comments

Comments
 (0)