示例#1
0
 def fate(self):
     Sh.unzip(self._path, self._repo_path)
     Sh.rm(self._path)
     return True
示例#2
0
 def fate(self):
     Sh.rm(self._path)
     return False