コード例 #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)
コード例 #2
0
ファイル: buck_project.py プロジェクト: LegNeato/buck
 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)