pi-timolo icon indicating copy to clipboard operation
pi-timolo copied to clipboard

Fix for DF info

Open surak opened this issue 5 years ago • 0 comments

Subprocess returns a byte array in python3, and the output is processed as a string - therefore, we need to convert df's output into a string before we work with it.

surak avatar Jan 11 '21 11:01 surak