benapetr / compress

btrfs user space tool that makes it possible to change the +c flags recursively on existing files and move their data to effectively activate the compression
Other
13 stars 5 forks source link

subprocess.check_output returns bytes not string. #2

Open bartoszek opened 4 years ago

biggestsonicfan commented 6 days ago

In attempting to consolidate the pull requests into my own use of compress, I did encounter a TypeError where the line did, in fact, expect a string, not bytes. What distribution were you on, or what version of lsattr were you using that returned bytes as the result?