'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)
commit2541b1dbd2176b22da703b946cdcfba13d350e21
tree36b877d73cfef5478074018b56270b92c54112ec
parentf5ce5bf2036c1da1c816dd23b77158250133fb9e
'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