Re: [virt-tools-list] [virt-manager] [PATCH v2 3/8] pylint: Redefining name 'os' from outer scope

2017-07-10 Thread Cole Robinson
I reviewed + pushed this first since it's a good idea even if it isn't triggering a pylint warning with master yet Thanks, Cole On 07/05/2017 12:51 PM, Radostin Stoyanov wrote: > --- > virtManager/create.py | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git

[virt-tools-list] [virt-manager] [PATCH v2 3/8] pylint: Redefining name 'os' from outer scope

2017-07-05 Thread Radostin Stoyanov
--- virtManager/create.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/virtManager/create.py b/virtManager/create.py index 20880da..1559a34 100644 --- a/virtManager/create.py +++ b/virtManager/create.py @@ -1065,10 +1065,10 @@ class vmmCreate(vmmGObjectUI):