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.16 by corvo, Wed Dec 13 11:44:18 2006 UTC vs.
Revision 1.17 by slacapra, Mon Feb 26 12:59:42 2007 UTC

# Line 67 | Line 67 | class WorkSpace:
67          """
68          if os.path.exists(self._top_dir):
69   #            shutil.rmtree(self._top_dir)
70 +            os.system("rm -rf %s" % self._top_dir )
71 +            # SL For some obscure reason the lgo dir is not removed at the first try
72              os.system("rm -rf %s" % self._top_dir )
73              pass
74          return

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines