Skip to content

Fixed type error during shell interpolation

Compare
Choose a tag to compare
@eranco74 eranco74 released this 24 Aug 12:43
· 34 commits to upstream since this release
Fixed shell interpulation TypeError

check_output returns a byte string and we need a character (Unicode) string for replace to work