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.
As of January 20, 2025 all repositories will be limited to 1GB in size. If your repository is over this size beyond this date, it will be removed.
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.