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.
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.