Re: [libvirt] [PATCH 2/2] domain: fix the wrong param

2012-06-13 Thread Osier Yang
On 2012年06月13日 12:22, Wanlong Gao wrote: > Add the missed comma typo. > > Signed-off-by: Wanlong Gao > --- > repos/domain/create.py | 2 +- > repos/domain/define.py | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/repos/domain/create.py b/repos/domain/create.py > in

[libvirt] [PATCH 2/2] domain: fix the wrong param

2012-06-12 Thread Wanlong Gao
Add the missed comma typo. Signed-off-by: Wanlong Gao --- repos/domain/create.py | 2 +- repos/domain/define.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/repos/domain/create.py b/repos/domain/create.py index bb20a99..3583cd7 100644 --- a/repos/domain/create.py +++ b/