Przeglądaj źródła

walle 2.0 alpha - tag 下拉倒序

walle 6 lat temu
rodzic
commit
89b34d21ec
1 zmienionych plików z 1 dodań i 1 usunięć
  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()