From 32690976ad326d221f521a2928132fab0eecce2d Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Jan 17 2023 16:54:38 +0000 Subject: rawdata not needed here --- diff --git a/koji/auth.py b/koji/auth.py index 876bc18..74b41a3 100644 --- a/koji/auth.py +++ b/koji/auth.py @@ -206,7 +206,7 @@ class Session(object): # update callnum (this is deliberately after the commit) # see earlier note near RetryError if callnum is not None: - update = UpdateProcessor('sessions', rawdata={'callnum': callnum}, + update = UpdateProcessor('sessions', data={'callnum': callnum}, clauses=['id = %(id)i'], values={'id': id}) update.execute() # we only want to commit the callnum change if there are other commits