摘要: def deleteDirectory(self,current_path): if not os.path.exists(current_path): self.logger.info(current_path + "does not exist, go on") return assert os.path... 阅读全文
posted @ 2017-06-02 09:33 liuzhipenglove 阅读(698) 评论(0) 推荐(0) 编辑