Commit d7a99b52 authored by Scott Sun's avatar Scott Sun

s

parent 30d33a98
...@@ -58,15 +58,13 @@ try { ...@@ -58,15 +58,13 @@ try {
var job = Job.toLowerCase() var job = Job.toLowerCase()
console.log("job---------:"+job); console.log("job---------:"+job);
console.log("GENESIS_DIR---------:"+GEN.GENESIS_DIR);
console.log("GEN_TYPE---------:"+GEN.GEN_TYPE); console.log("GEN_TYPE---------:"+GEN.GEN_TYPE);
console.log("GENESIS_TMP---------:"+GEN.GENESIS_TMP);
console.log("GENESIS_DIR---------:"+GEN.GENESIS_DIR);
console.log("GENESIS_EDIR---------:"+GEN.GENESIS_EDIR);
var jobpath = GEN.getJobPath({job:job}) var jobpath = GEN.getJobPath({job:job})
console.log("_____jobpath______:"+_.toString(jobpath)); console.log("_____jobpath______:"+_.toString(jobpath));
console.log("______path:"+GEN.dbutil('path jobs ' + jobname)); console.log("______path:"+GEN.dbutil('path jobs ' + jobname));
// mkPath( jobpath,["user","opcam","steps"])
QDfm.updateRow({ QDfm.updateRow({
table: "pdm_aimdfm_task", table: "pdm_aimdfm_task",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment