We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e116c6 commit 087b506Copy full SHA for 087b506
waterfall/cvo-waterfall.py
@@ -8,7 +8,7 @@
8
import sys
9
10
11
-log_regexp = re.compile('^I[0-9]+ ([0-9:.]+) .* (Running sync|Done syncing) for ([^ ]+) "([^"]+)" \(([0-9]+) of ([0-9]+)\)')
+log_regexp = re.compile('^.*I[0-9]+ ([0-9:.]+) .* (Running sync|Done syncing) for ([^ ]+) "([^"]+)" \(([0-9]+) of ([0-9]+)\)')
12
13
resources = {}
14
reference_time = last_log = None
0 commit comments