From: Marc Fiuczynski Date: Tue, 24 Feb 2009 22:11:52 +0000 (+0000) Subject: Tagging module pyplnet - pyplnet-4.2-3 X-Git-Tag: pyplnet-4.2-3 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=44ad4230f176b835f583412735780bb0ce0df0c9;p=pyplnet.git 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. ---