摘要: import Queue class Publish: def removeOldTar(self): cmd='ls ' + self.oss_root_dir + " | awk '{print $5}'" self.debug(cmd) rs=commands.getoutput(cmd) arrList=rs.sp... 阅读全文
posted @ 2016-10-14 17:57 hao.ma 阅读(158) 评论(0) 推荐(0)