예제 #1
0
 def remove_repository(self):
     """
     Remove the repo.
     """
     if vc.remove_repository(self.backup_path):
         return True
     else: 
         print(self.not_exist_msg)
예제 #2
0
파일: HFK.py 프로젝트: steveryb/devwithGit
 def remove_repository(self):
     if vc.remove_repository(self.backup_path): return True
     else:
         print(self.not_exist_msg)
         return False