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

Comparing COMP/CRAB/python/SchedulerCondor.py (file contents):
Revision 1.12 by ewv, Thu Sep 4 21:26:18 2008 UTC vs.
Revision 1.13 by ewv, Tue Sep 30 19:35:34 2008 UTC

# Line 70 | Line 70 | class SchedulerCondor(SchedulerLocal) :
70          """
71  
72          tmpDir = os.path.join(common.work_space.shareDir(),'.condor_temp')
73 <        params = {'tmpDir':tmpDir}
73 >        tmpDir = os.path.join(common.work_space.shareDir(),'.condor_temp')
74 >        jobDir = common.work_space.jobDir()
75 >        params = {'tmpDir':tmpDir,
76 >                  'jobDir':jobDir}
77          return params
78  
79  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines