Skip to content

fix(python): fix package_link check

Kevin Morris requested to merge kevr/aurweb:fix-package-link into pu

This was failing when it matched more than one record. This fixes that issue by using an EXISTS query.

Signed-off-by: Kevin Morris kevr@0cost.org

Merge request reports