<type 'exceptions.IndexError'> | Python 2.7.5: /usr/bin/python Tue Jul 5 02:55:56 2022 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/web/sites/g4cpt.fnal.gov/cgi-bin/igprof-navigator in |
808 |
809 if not args and "SCRIPT_NAME" in os.environ: |
=> 810 cgiReply() |
811 elif not args: |
812 parser.error("You need to specify at least a db file.") |
cgiReply = <function cgiReply> |
/web/sites/g4cpt.fnal.gov/cgi-bin/igprof-navigator in cgiReply() |
782 exit(0) |
783 |
=> 784 printGlobbedListing(dataPath) |
785 exit(0) |
786 |
global printGlobbedListing = <function printGlobbedListing>, dataPath = '/web/sites/g4cpt.fnal.gov/cgi-bin/data' |
/web/sites/g4cpt.fnal.gov/cgi-bin/igprof-navigator in printGlobbedListing(p='oss_11.0.r06_SimplifiedCalo_01/pi-.QGSP_BIC.1.4/IgProf_pi-.QGSP_BIC.1.4_MEM_LIVE_END') |
658 |
659 managedFiles.sort(tableSorter) |
=> 660 c = managedFiles[0] |
661 |
662 def dateHeader(d): |
c undefined, managedFiles = [] |
<type 'exceptions.IndexError'>: list index out of range
args =
('list index out of range',)
message =
'list index out of range'