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

Comparing COMP/CRAB/python/PubDB.py (file contents):
Revision 1.9 by slacapra, Thu Nov 3 13:47:41 2005 UTC vs.
Revision 1.10 by slacapra, Thu Nov 3 15:24:29 2005 UTC

# Line 143 | Line 143 | class PubDB:
143              if refdbdataTiers.count(dt)<=0:
144                  msg = "ERROR: Data Tier ( =>",dt,"<= ) not existing for dataset/owner "+self.dataset+"/"+self.owner+"! "
145                  msg = str(msg) + 'Owner Dataset not published with asked dataTiers! '+\
146 <                       self.owner+' '+ self.dataset+' '+str(self.dataTiers)}+'\n'
146 >                       self.owner+' '+ self.dataset+' '+str(self.dataTiers)+'\n'
147                  msg = str(msg) + ' Check the data_tier variable in crab.cfg !\n'
148                  common.logger.message(msg)
149                  return []

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines