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

Comparing COMP/CRAB/python/cms_cmssw.py (file contents):
Revision 1.195 by slacapra, Wed May 28 15:42:01 2008 UTC vs.
Revision 1.196 by ewv, Wed May 28 16:46:17 2008 UTC

# Line 1216 | Line 1216 | class Cmssw(JobType):
1216            # VERIFY PROCESSED DATA
1217              txt += '    if [ $executable_exit_status -eq 0 ];then\n'
1218              txt += '      echo ">>> Verify list of processed files:"\n'
1219 <            txt += '      echo $InputFiles |tr -d "\\\\" |tr "," "\\n"|tr -d "\\"" > input-files.txt\n'
1219 >            txt += '      echo $InputFiles |tr -d \'\\\\\' |tr \',\' \'\\n\'|tr -d \'"\' > input-files.txt\n'
1220              txt += '      grep LFN $RUNTIME_AREA/crab_fjr_$NJob.xml |cut -d">" -f2|cut -d"<" -f1|grep "/" > processed-files.txt\n'
1221              txt += '      cat input-files.txt  | sort | uniq > tmp.txt\n'
1222              txt += '      mv tmp.txt input-files.txt\n'

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines