http://hg.viff.dk/viff/rev/8bca4980563f
changeset: 1063:8bca4980563f
user: Martin Geisler <[email protected]>
date: Thu Jan 08 11:31:57 2009 +0100
summary: Fixed undefined variable in benchmark preprocessing.
diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
apps/benchmark.py | 2 +-
diffs (12 lines):
diff -r 2fad0743f8ba -r 8bca4980563f apps/benchmark.py
--- a/apps/benchmark.py Thu Dec 11 22:25:59 2008 +0100
+++ b/apps/benchmark.py Thu Jan 08 11:31:57 2009 +0100
@@ -195,7 +195,7 @@
if program_desc:
print "Starting preprocessing"
record_start("preprocessing")
- preproc = rt.preprocess(program_desc)
+ preproc = self.rt.preprocess(program_desc)
preproc.addCallback(record_stop, "preprocessing")
preproc.addCallback(self.begin)
else:
_______________________________________________
viff-commits mailing list
[email protected]
http://lists.viff.dk/listinfo.cgi/viff-commits-viff.dk