# | 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(',') |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |