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 c6f8389..a475a65 100755
--- a/report.py
+++ b/report.py
@@ -22,7 +22,7 @@ def get_results(filename, all_result_types):
results = {}
for line in lines:
- m = re.match('SHADER-DB: (\S+): (\S+) prog (\S+): (\d+) (\S+)', line)
+ m = re.match('SHADER-DB: (\S+): (\S+) prog (\S+): (\d+) (.+)', line)
if m == None:
continue