[elbe-devel] [PATCH 05/25] soapclient: print success not to stderr
Torben Hohn
torben.hohn at linutronix.de
Fri Dec 15 16:49:18 CET 2017
On Fri, Dec 08, 2017 at 07:08:36PM +0100, Manuel Traut wrote:
> Signed-off-by: Manuel Traut <manut at linutronix.de>
Reviewed-by: Torben Hohn <torben.hohn at linutronix.de>
> ---
> elbepack/soapclient.py | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/elbepack/soapclient.py b/elbepack/soapclient.py
> index 4557fc80..ede9164e 100644
> --- a/elbepack/soapclient.py
> +++ b/elbepack/soapclient.py
> @@ -340,7 +340,7 @@ class GetFileAction(ClientAction):
> dst_fname = str (os.path.join (dst, filename))
>
> client.download_file (builddir, filename, dst_fname)
> - print (dst_fname + " saved", file=sys.stderr)
> + print("%s saved" % dst_fname)
>
> ClientAction.register(GetFileAction)
>
> @@ -668,7 +668,7 @@ class DownloadAction(RepoAction):
> dst_fname = os.path.join(".", "elbe-projectrepo-" + datetime.now().strftime("%Y%m%d-%H%M%S") + ".tar.gz")
>
> client.download_file (builddir, filename, dst_fname)
> - print (dst_fname + " saved", file=sys.stderr)
> + print("%s saved" % dst_fname)
>
> RepoAction.register(DownloadAction)
>
> --
> 2.15.1
>
>
> _______________________________________________
> elbe-devel mailing list
> elbe-devel at linutronix.de
> https://lists.linutronix.de/mailman/listinfo/elbe-devel
--
Mit freundlichen Grüßen
Torben Hohn
Linutronix GmbH
Standort: Bremen
Phone: +49 7556 25 999 18; Fax.: +49 7556 25 999 99
Firmensitz / Registered Office: D-88690 Uhldingen, Bahnhofstr. 3
Registergericht / Local District Court: Amtsgericht Freiburg i. Br.; HRB
Nr. / Trade register no.: 700 806
Geschäftsführer / Managing Directors: Heinz Egger, Thomas Gleixner
Eine Bitte von uns: Sollten Sie diese E-Mail irrtümlich erhalten haben,
benachrichtigen Sie uns in diesem Falle bitte sobald wie es Ihnen
möglich ist, durch Antwort-Mail. Vielen Dank!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: Digital signature
URL: <http://lists.linutronix.de/pipermail/elbe-devel/attachments/20171215/850cee87/attachment.sig>
More information about the elbe-devel
mailing list