Re: [libvirt] [python PATCH v4 1/2] generator.py: typo fix

2019-02-11 Thread Daniel P . Berrangé
On Thu, Feb 07, 2019 at 04:39:53PM -0600, Eric Blake wrote: > Signed-off-by: Eric Blake > --- > generator.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/generator.py b/generator.py > index 6cb923f..ffa3ce5 100755 > --- a/generator.py > +++ b/generator.py > @@

[libvirt] [python PATCH v4 1/2] generator.py: typo fix

2019-02-07 Thread Eric Blake
Signed-off-by: Eric Blake --- generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator.py b/generator.py index 6cb923f..ffa3ce5 100755 --- a/generator.py +++ b/generator.py @@ -1095,7 +1095,7 @@ def is_python_noninteger_type (name): return name[-1:] == "*"