mirror of
https://github.com/projectatomic/atomic.git
synced 2026-02-05 18:45:01 +01:00
When using subprocess and python3, the results are often not
true strings but instead bytes. A common fix is to use
.decode('utf-8').
Removal of debug information in storage tests...
Closes: #851
Approved by: baude