debug + neo oclib

This commit is contained in:
mr
2025-02-21 11:20:41 +01:00
parent 788a3174ea
commit da9a7d3a49
3 changed files with 4 additions and 2 deletions

View File

@@ -191,7 +191,7 @@ func logWorkflow(argo_file_path string, stepMax int, pipe io.ReadCloser,
}
}
if !slices.Contains(current_watch.Logs, log) {
current_watch.Logs = append(current_watch.Logs, log)
current_watch.Logs = append(current_watch.Logs, strings.ReplaceAll(log, "\"", ""))
}
count++
if strings.Contains(log, "sub-process exited") {