Cast mode to str
On Python 3.8.3 I am getting the result: "Well that didn't go well."
To ensure that the type is correct, casting mode
using str(mode)
fixed the problem.
On Python 3.8.3 I am getting the result: "Well that didn't go well."
To ensure that the type is correct, casting mode
using str(mode)
fixed the problem.