去掉stdout 日志颜色,以便executor只获取到日志正文

This commit is contained in:
nuknal
2024-05-22 18:15:40 +08:00
parent eb6e0bc95a
commit 357b62422e
4 changed files with 25 additions and 8 deletions

View File

@@ -13,6 +13,7 @@ var (
)
func (e *Extractor) ExtractAux(auxfile, xlsxfile string) ([]*AuxFrameHead, []*AuxFocalBox, []*AuxPlatform, error) {
log.Println("extract aux data from", auxfile, "to", xlsxfile)
os.Remove(xlsxfile)
if err := createAuxXlsx(xlsxfile); err != nil {
return nil, nil, nil, err