ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/DBinterface.py
(Generate patch)

Comparing COMP/CRAB/python/DBinterface.py (file contents):
Revision 1.17 by slacapra, Thu Apr 17 11:19:31 2008 UTC vs.
Revision 1.18 by spiga, Sun Apr 20 17:04:52 2008 UTC

# Line 294 | Line 294 | class DBinterface:
294              common.logger.debug(3, "Error loading Jobs By Running Attr : " +str(traceback.format_exc()))
295              raise CrabException('Error loading Jobs By Running Attr '+str(e))
296          for i in task:
297 <            matched.append(i[field])
297 >            matched.append(i.runningJob[field])
298          return matched
299  
300      def deserXmlStatus(self, reportList):

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines