#100 spectool: Fix functions that return True on success
Merged by ngompa. Opened by gotmax23.
gotmax23/rpmdevtools errors  into  main

Download 100.patch

The code expects functions to return False on failures.

        for task, args in tasks:
            fail = task(*args)
            if fail:
                failure = True

Fixes: https://pagure.io/rpmdevtools/pull-request/95

/cc @decathorpe

Pull-Request has been merged by ngompa

Merged, thanks!

Thanks!

Metadata