bug fix for SetupNewExp
This commit is contained in:
parent
2cbbf1670b
commit
3766b592d8
|
@ -172,7 +172,10 @@ if [ ${PCID} -eq 1 ]; then
|
||||||
if [ ${isBranchExist} -eq 0 ]; then
|
if [ ${isBranchExist} -eq 0 ]; then
|
||||||
haha2="RunID,start=0 value=0,expName=\"${expName}\",comment=\"New_experiment_[${expName}]_was_created.\""
|
haha2="RunID,start=0 value=0,expName=\"${expName}\",comment=\"New_experiment_[${expName}]_was_created.\""
|
||||||
else
|
else
|
||||||
haha2="RunID,start=0 value=0,expName=\"${expName}\",comment=\"New_experiment_[${expName}]_was_switched.\""
|
|
||||||
|
source working/expName.sh
|
||||||
|
|
||||||
|
haha2="RunID,start=0 value=${runID},expName=\"${expName}\",comment=\"New_experiment_[${expName}]_was_switched.\""
|
||||||
fi
|
fi
|
||||||
#echo $haha1
|
#echo $haha1
|
||||||
#echo $haha2
|
#echo $haha2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user