Re: [viff-devel] Broken build!

2009-10-09 Thread Janus Dam Nielsen
Hi everybody, The build is broken: That is unfortunate, thanks for notifying. I will fix it as soon as possible. Janus, you added this code to benchmark.py: def update_args(runtime, options): args = {} if options.args != "": for arg in options.args.split(','):

[viff-devel] Broken build!

2009-10-09 Thread Martin Geisler
Hi everybody, The build is broken: http://buildbot.viff.dk/waterfall Janus, you added this code to benchmark.py: def update_args(runtime, options): args = {} if options.args != "": for arg in options.args.split(','): id, value = arg.split('=')