Fixed type error during shell interpolation
Fixed shell interpulation TypeError check_output returns a byte string and we need a character (Unicode) string for replace to work
Fixed shell interpulation TypeError check_output returns a byte string and we need a character (Unicode) string for replace to work