Python 3: fix re.findall() using string pattern on a bytes-like object
re.findall(regexp, out) or re.search need regexp and out in the same type:st
currently regexp is string,but out is bytes,which cause exception thrown whe
Fix this issue by transfering out into string forcedly
Signed-off-by: Nchunfuwen <chwen@redhat.com>
Showing
想要评论请 注册 或 登录