示例#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
 def remove_repository(self):
     if vc.remove_repository(self.backup_path): return True
     else:
         print(self.not_exist_msg)
         return False