| TypeError | Python 2.3.4: /usr/bin/python2 Fri Aug 29 01:54:28 2008 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /var/www/cgi-bin/state_new.py |
| 388 node = input[0] |
| 389 nodeVM = input[1] |
| 390 node, nodeVM, vmstatus, test = condorapi.jobinfo(node, nodeVM, joblist, test) |
| 391 if test == 1: |
| 392 doc.append(br) |
| node = 'cmswn088', nodeVM = 'slot3', vmstatus undefined, test = 0, condorapi = <module 'condorapi' from '/var/www/cgi-bin/condorapi.py'>, condorapi.jobinfo = <function jobinfo>, joblist = [] |
TypeError: jobinfo() takes exactly 3 arguments (4 given)
args =
('jobinfo() takes exactly 3 arguments (4 given)',)