Closed perrinjerome closed 1 month ago
This was working on python2, but on python3,
repozo -v --recover --repository backups/ > restored.fs
failed with
TypeError: write() argument must be str, not bytes
I have no idea how we can test this.
It seems a minor problem, I just noticed the error by forgetting the -o argument.
-o
EDIT: I mean, I feel it's OK to go without test
This was working on python2, but on python3,
failed with