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

Comparing COMP/CRAB/python/writeCfg.py (file contents):
Revision 1.32 by spiga, Wed Mar 23 10:30:23 2011 UTC vs.
Revision 1.33 by spiga, Wed Mar 23 16:48:53 2011 UTC

# Line 240 | Line 240 | def report( inputBlocks='', inputFiles='
240      """
241      Writes the 4 parameters to a file, one parameter per line.
242      """
243 <    outFile = open('inputsReport.txt',"a")
243 >    outFile = open('%s/inputsReport.txt'%os.environ['RUNTIME_AREA'],"a")
244  
245    #  InputFileList=inputFiles.split(',')
246    #  parentFilesList= parentFiles.split(',')

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines