#24 Show interrupted as yellow, fix quoting error
Merged by otaylor. Opened by yselkowitz.
yselkowitz/flatpak-module-tools main  into  main

Download 24.patch

Interrupting BuildSchedulerDisplay does not cancel builds in progress in koji, so use a different color to avoid confusion with build failures.

Also fix the following error:

  File "flatpak_module_tools/koji_utils.py", line 90
    click.echo(f"Building {_format_link(url, build["nvr"])} succeeded!")
                                                    ^^^
SyntaxError: f-string: unmatched '['

Pull-Request has been merged by otaylor

(the f-string quoting works with 3.12 in F39, if you are wondering)

Metadata