[virt-tools-list] [virt-bootstrap] [PATCH v5 04/11] DockerSource: Show correct err msg on skopeo fail

2017-07-24 Thread Radostin Stoyanov
The first argument of CalledProcessError() must be the returncode not the command. --- src/virtBootstrap/sources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/virtBootstrap/sources.py b/src/virtBootstrap/sources.py index 898993d..c44b2ed 100644 --- a/src/virtBootstrap/

Re: [virt-tools-list] [virt-bootstrap] [PATCH v5 04/11] DockerSource: Show correct err msg on skopeo fail

2017-07-24 Thread Cedric Bosdonnat
On Mon, 2017-07-24 at 09:14 +0100, Radostin Stoyanov wrote: > The first argument of CalledProcessError() must be the returncode not > the command. > --- >  src/virtBootstrap/sources.py | 2 +- >  1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/virtBootstrap/sources.py b/src/virtB