Skip to content
Snippets Groups Projects
Commit 7b05fe95 authored by Emanuele Aina's avatar Emanuele Aina
Browse files

pkg-merge-upstream-to-downstreams: Fix exception handling


Any error during the merge attept currently would fail with:

    During handling of the above exception, another exception occurred:
    Traceback (most recent call last):
      File "/usr/bin/apertis-pkg-merge-upstream-to-downstreams", line 253, in <module>
        main()
      File "/usr/bin/apertis-pkg-merge-upstream-to-downstreams", line 221, in main
        except ErrorReturnCode_2:
    NameError: name 'ErrorReturnCode_2' is not defined

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent d58ed04a
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment