diff options
author | Frederick Muriuki Muriithi | 2025-06-24 15:37:23 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-06-24 15:37:23 -0500 |
commit | 3f980e5dde3f84c7c112800900efcef9b381511b (patch) | |
tree | 3d84b2e56e2b1f84d364e26a3ed5fba86e2b95f6 /uploader/session.py | |
parent | f23c2f21f97db6eb5141dfb2299450afe256b5be (diff) | |
download | gn-uploader-3f980e5dde3f84c7c112800900efcef9b381511b.tar.gz |
Use positional parameters rather than named ones.
Named parameters were causing problems on staging, where the names
would be converted into bytestrings and then used to index into the
dictionaries, leading to `KeyError` exceptions.
Diffstat (limited to 'uploader/session.py')
0 files changed, 0 insertions, 0 deletions