MCPcopy Create free account
hub / github.com/Tencent/CodeAnalysis / subprocc_log

Method subprocc_log

client/util/zipmgr.py:142–145  ·  view source on GitHub ↗
(self, line)

Source from the content-addressed store, hash-verified

140 return True
141
142 def subprocc_log(self, line):
143 logger.info(line)
144 if line.find("Can not open the file as archive"):
145 raise TransferModuleError("解压失败,压缩文件损坏或格式不对")
146
147 def compress_subprocc_log(self, line):
148 logger.info(line)

Callers

nothing calls this directly

Calls 2

TransferModuleErrorClass · 0.90
infoMethod · 0.45

Tested by

no test coverage detected