Beispiel #1
0
 def clean_up_buckd(self):
     with Tracing("BuckProject.clean_up_buckd"):
         if os.path.exists(self.buckd_dir):
             file_locks.rmtree_if_can_lock(self.buckd_dir)
Beispiel #2
0
 def clean_up_buckd(self):
     with Tracing('BuckProject.clean_up_buckd'):
         if os.path.exists(self.buckd_dir):
             file_locks.rmtree_if_can_lock(self.buckd_dir)