Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

job failure when logfile is undefined #84

Open
terraswat opened this issue Jun 6, 2018 · 0 comments
Open

job failure when logfile is undefined #84

terraswat opened this issue Jun 6, 2018 · 0 comments

Comments

@terraswat
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant