graft: fix interpolation in a ProgrammingError case
The `action` is str, which can't be interpolated into bytes. Fortunately, `ProgrammingError` allows a str to be passed.
Loading
Please register or sign in to comment
The `action` is str, which can't be interpolated into bytes. Fortunately, `ProgrammingError` allows a str to be passed.