Browse Source

fix error

liuyuqi-dellpc 3 months ago
parent
commit
f7103792c5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      repo_sync/platform/cnb.py

+ 0 - 1
repo_sync/platform/cnb.py

@@ -48,7 +48,6 @@ class CnbIE(BasePlatform):
         else:
             print(bcolors.FAIL + f'delete repo {self.group}/{repo_name} failed. {response.text}' + bcolors.ENDC)
             return
-        print(bcolors.OKGREEN + f'create repo {self.group}/{repo_name} success' + bcolors.ENDC)
         print(f'{bcolors.OKGREEN}{self._host}/{self.group}/{repo_name}{bcolors.ENDC}')
             
     def push(self, local_repo_path: str):