Tagging module pyplnet - pyplnet-4.2-3
authorMarc Fiuczynski <mef@cs.princeton.edu>
Tue, 24 Feb 2009 22:11:45 +0000 (22:11 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Tue, 24 Feb 2009 22:11:45 +0000 (22:11 +0000)
commitd466cc7112c4875f0c15d32a743d433a13830b6c
treece4a27e0260e813c4b900877442b25f2939bbfa6
parent8cc70674b26d4529ac8576f01c662aa4df463d57
Tagging module pyplnet - pyplnet-4.2-3

BUGFIX: the "program" argument needs to go with the the m.output() method.

The bug is that the m.input() method does not take two args and python
will raise an exception to indicate this.  However, the m.input()
method was wrapped in a

try:
m.input(a,b)
except:
pass

which masked this error.  The mainly visible side effect is that the
specific modprobe.conf file is not parsed and so any previously
written aliases and options are lost.
onelab-tags-4.2.mk
planetlab-tags-4.2.mk