Stuartlab-UCSC / hexmap-view

MIT License
3 stars 3 forks source link

job failure when logfile is undefined #84

Open terraswat opened 6 years ago

terraswat commented 6 years ago

Data server Traceback (most recent call last): File "/data/compute/www/jobProcess.py", line 85, in main status, result = jobProcess.run(id, operation, parms, ctx) File "/data/compute/www/jobProcess.py", line 59, in run return s._execCalcMain(moduleName, parms, ctx) File "/data/compute/www/jobProcess.py", line 31, in _execCalcMain status, result = module.calcMain(parms, ctx) File "/data/compute/www/createMap_web.py", line 132, in calcMain checkLog(result, ctx) File "/data/compute/www/createMap_web.py", line 64, in checkLog 'unknown error. ' + 'logfile: ' + logFile) NameError: global name 'logFile' is not defined