This commit is contained in:
mr 2024-11-14 09:53:02 +01:00
parent 0331727bfd
commit ae6c533397

View File

@ -159,7 +159,6 @@ func logWorkflow(argo_file_path string, stepMax int, pipe io.ReadCloser, wg *syn
watch_output := make([]string, 0)
scanner := bufio.NewScanner(pipe)
for scanner.Scan() {
log := scanner.Text()
watch_output = append(watch_output, log)