[elbe-devel] [PATCH v2 07/24] pkgutils: remove useless returns
Torben Hohn
torben.hohn at linutronix.de
Thu Feb 8 15:08:19 CET 2018
On Thu, Feb 08, 2018 at 02:16:53PM +0100, Manuel Traut wrote:
> code doesn't run after 'raise' so remove the followed return.
>
> Signed-off-by: Manuel Traut <manut at linutronix.de>
Reviewed-by: Torben Hohn <torben.hohn at linutronix.de>
> ---
> elbepack/pkgutils.py | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/elbepack/pkgutils.py b/elbepack/pkgutils.py
> index 70a27971..5ba1fb16 100644
> --- a/elbepack/pkgutils.py
> +++ b/elbepack/pkgutils.py
> @@ -231,10 +231,8 @@ def download_pkg(prj,
> urilist = get_uri(prj, defs, arch, package, incl_deps)
> except KeyError:
> raise NoKinitrdException('no package %s available' % package)
> - return
> except SystemError:
> raise NoKinitrdException('a configured mirror is not reachable')
> - return
> except CommandError as e:
> raise NoKinitrdException("couldn't download package %s" % package)
>
> --
> 2.15.1
>
--
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: 488 bytes
Desc: not available
URL: <http://lists.linutronix.de/pipermail/elbe-devel/attachments/20180208/63b8550a/attachment.sig>
More information about the elbe-devel
mailing list