]> git.ipfire.org Git - pbs.git/commit
jobs: Fix UUID comparison that differs in type
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 13 Sep 2023 15:52:19 +0000 (15:52 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 13 Sep 2023 15:52:19 +0000 (15:52 +0000)
commit369f975d0eb05b7c2d2e26ffad82949f48550307
treecae6f8524ee50fd953f687cae1b8d6b356f7cd46
parent2d254c5771664265bfb93adf33149f9c5b92b5f8
jobs: Fix UUID comparison that differs in type

We use UUID for PostgreSQL and now receive the UUID in Python's UUID
type which surprisingly does not compare to strings...

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/buildservice/jobs.py