--> -->
 
 
<type 'exceptions.OSError'>
Python 2.7.5: /usr/bin/python
Wed Apr 24 12:56:36 2024

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /group/halld/www/halldweb/htbin/data_monitoring/monitoring/calibBrowser.py in ()
    473     print "</body>"
    474     print "</html>"
    475 
    476 if __name__=="__main__":
=>  477     main()
main = <function main>
 /group/halld/www/halldweb/htbin/data_monitoring/monitoring/calibBrowser.py in main()
    329     #print dlist.split("_",2)[0]
    330     for d in dlist.split("_",2):
=>  331         validRun=os.listdir("/work/halld2/calibration/"+d+"/ver06/")
    332         for r in validRun:
    333             Runlist=Runlist+r+"_"
validRun = ['Run081609', 'Run081704', 'Run081690', 'Run081603', 'Run081599', 'Run081593', 'Run081631', 'Run081646', 'Run081545', 'Run081538', 'Run081689', 'Run081667', 'Run081610', 'Run081683', 'Run081580', 'Run081519', 'Run081513', 'Run081564', 'Run081622', 'Run081655', ...], global os = <module 'os' from '/usr/lib64/python2.7/os.pyc'>, os.listdir = <built-in function listdir>, d = 'RunPeriod-2022-05'

<type 'exceptions.OSError'>: [Errno 2] No such file or directory: '/work/halld2/calibration/RunPeriod-2022-05/ver06/'
      args = (2, 'No such file or directory')
      errno = 2
      filename = '/work/halld2/calibration/RunPeriod-2022-05/ver06/'
      message = ''
      strerror = 'No such file or directory'