Browse Source

fix error

liuyuqi-dellpc 9 months ago
parent
commit
bad480b481
1 changed files with 1 additions and 0 deletions
  1. 1 0
      repo_sync/platform/coding/coding.py

+ 1 - 0
repo_sync/platform/coding/coding.py

@@ -169,6 +169,7 @@ class CodingIE(BasePlatform):
                     exit(1)
             except Exception as e:
                 raise Exception(f'can not find repo {repo_name} in project {self.project_name}')
+                exit(1)
 
     def get_project_info(self)->Project:
         data = {