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

Comparing COMP/CRAB/python/PhEDExDatasvcInfo.py (file contents):
Revision 1.24 by slacapra, Thu May 7 08:04:55 2009 UTC vs.
Revision 1.25 by spiga, Tue May 26 10:23:01 2009 UTC

# Line 2 | Line 2 | from Actor import *
2   import urllib
3   from xml.dom.minidom import parse
4   from crab_exceptions import *
5 from crab_logger import Logger
5   from WorkSpace import *
6   from urlparse import urlparse
7   from LFNBaseName import *
# Line 33 | Line 32 | class PhEDExDatasvcInfo:
32              msg  = 'Warning: lfn has been deprecated, CRAB will ignore it.\n'
33              msg += '\t Please use only user_remote_dir removing lfn from your crab.cfg\n'
34              msg += '\t For further information please visit : \n\t%s'%stage_out_faq
35 <            common.logger.message(msg)
35 >            common.logger.info(msg)
36            
37          self.datasetpath = cfg_params.get("CMSSW.datasetpath")
38          self.publish_data_name = cfg_params.get('USER.publish_data_name','')

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines