[viff-devel] Broken build!
Martin Geisler
mg at lazybytes.net
Fri Oct 9 01:56:37 PDT 2009
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('=')
args[id] = long(value)
runtime.setArgs(args)
return runtime
What is that supposed to do? We don't have a setArgs method anywhere,
and we don't use the Java-like CamelCase coding style anyway. You're not
trying to parse the command line, right? (we have optparse for that)
--
Martin Geisler
VIFF (Virtual Ideal Functionality Framework) brings easy and efficient
SMPC (Secure Multiparty Computation) to Python. See: http://viff.dk/.
More information about the viff-devel
mailing list