diff options
Diffstat (limited to 'build.py')
-rwxr-xr-x | build.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,7 +116,7 @@ def main(): (requestid,)) if giveback: cur.execute("""UPDATE depcheck SET giveback = 1 - WHERE buildarch = ? AND architecture = ?;""", + WHERE buildarch = ? AND hostarch = ?;""", (buildarch, hostarch,)) finally: with contextlib.closing(db.cursor()) as cur: |