summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xreport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/report.py b/report.py
index 85f8ceb..0ada56f 100755
--- a/report.py
+++ b/report.py
@@ -10,7 +10,7 @@ def get_results(filename):
results = {}
- re_match = re.compile(r"(\S*)\s*(\S*)\s*:\s*(\S*)")
+ re_match = re.compile(r"(\S+) - (.S \S+) shader: (\S*)")
for line in lines:
match = re.search(re_match, line)
if match is None: