소스 검색

walle 2.0 alpha - tag 下拉倒序

walle 6 년 전
부모
커밋
89b34d21ec
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      walle/service/deployer.py

+ 1 - 1
walle/service/deployer.py

@@ -401,7 +401,7 @@ class Deployer:
             tags = tags.split('\n')
             return [color_clean(tag.strip()) for tag in tags]
 
-        return None
+        return []
 
     def list_branch(self):
         self.init_repo()