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.22 by spiga, Sat Mar 7 16:40:03 2009 UTC vs.
Revision 1.23 by ewv, Mon Mar 9 15:56:26 2009 UTC

# Line 71 | Line 71 | class SchedulerCondor(SchedulerLocal) :
71  
72          return
73  
74 <    def Env_uniqueId(self):
74 >    def envUniqueID(self):
75          taskHash = sha.new(common._db.queryTask('name')).hexdigest()
76          id = "https://" + socket.gethostname() + '/' + taskHash + "/${NJob}"
77          return id

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines