There was an error while loading. Please reload this page.
1 parent 3e50f77 commit 59a1604Copy full SHA for 59a1604
1 file changed
sources/proc_common.go
@@ -36,7 +36,7 @@ const (
36
37
var (
38
numRegexPattern = regexp.MustCompile(`[0-9]*\.[0-9]+|[0-9]+`)
39
- jobidRegexPattern = regexp.MustCompile(`(?m:job_id:\s*"?([\d\w\-_.:+\/\\()]+)"?)`)
+ jobidRegexPattern = regexp.MustCompile(`job_id:[ \t]*"?([^"\n\r]*)"?`)
40
jobStatsRegexPattern = regexp.MustCompile(`(?ms:job_id:.*?$.*?(?:-|\z))`)
41
)
42
0 commit comments