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

Comparing COMP/CRAB/python/WorkSpace.py (file contents):
Revision 1.12 by spiga, Mon Mar 6 17:09:46 2006 UTC vs.
Revision 1.13 by slacapra, Wed Sep 20 17:29:52 2006 UTC

# Line 33 | Line 33 | class WorkSpace:
33              os.mkdir(self._res_dir)
34              os.mkdir(self._share_dir)
35  
36 <            fileCODE1 = open(self._share_dir+"/.code","w")
37 <            fileCODE1.write(str(time.time()))
38 <            fileCODE1.close()
36 >            common.taskDB.setDict("CODE",(str(time.time())))
37              pass
38  
39          # fede

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines