[Freeipa-devel] [PATCH] fix errors with CalledProcessError

Karl MacMillan kmacmill at redhat.com
Tue Dec 4 19:43:53 UTC 2007


On Tue, 2007-12-04 at 10:52 -0500, Rob Crittenden wrote:
> Karl MacMillan wrote:
> > The conversion to a single CalledProcessError had some mistakes - this
> > fixes those.
> > 
> > Karl
> 
> Did it not work for you?
> 

No - dsinstance.py only has:

from ipa.ipautil import *

So we would need to add

from ipa import ipautil

> I had the explicit references to ipautil so people wouldn't get confused 
> that it was calling subprocess.
> 

I can switch to this if you would prefer.

Karl




More information about the Freeipa-devel mailing list