Show
Ignore:
Timestamp:
09/16/05 15:37:38 (19 years ago)
Author:
jerome
Message:

Exports the environment earlier to give hints to external scripts

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/cupspykota

    r2444 r2448  
    10341034            wrapper.accounter = openAccounter(wrapper) 
    10351035            wrapper.precomputeJobSize() 
     1036            wrapper.exportJobInfo() # exports a first time to give hints to external scripts  
    10361037            wrapper.overwriteJobAttributes() 
    1037             wrapper.exportJobInfo() 
     1038            wrapper.exportJobInfo() # re-exports in case it was overwritten 
    10381039            retcode = wrapper.mainWork() 
    10391040        except SystemExit, e :