libkeyringctl/util.py: Change `system()` to write bytes to stderr.buffer, as before CalledProcessError.stdout had been used, which returns a string.
libkeyringctl/util.py: Change `system()` to write bytes to stderr.buffer, as before CalledProcessError.stdout had been used, which returns a string.