'program' arg belongs with m.output, not m.input. Putting a try: ... except: pass...
authorMarc Fiuczynski <mef@cs.princeton.edu>
Tue, 24 Feb 2009 21:51:23 +0000 (21:51 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Tue, 24 Feb 2009 21:51:23 +0000 (21:51 +0000)
commit433060307ffbaefe96d816c780908c05bce89355
treedb1985413eab9e4ed42c02d8cd32664d464684ef
parent8553273817ddf123b57c3da46fb52a091ba33c8f
'program' arg belongs with m.output, not m.input.  Putting a try: ... except: pass around m.input() unfortunately masked the exception that python was likely raising in response to passing an extra arg to m.input.
plnet.py