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.
Repositories are limited in size now to 1GB. If your repository exceeds this size, it will be automatically deleted.
If you'd like access to our CI/CD builders, please create an issue here.
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.