Actions
Bug #12504
closedrudder-pkg python3 issue
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
rudder-pkg tries to match a regex with a byte-like object in python3, which will not work.
Decode the object to an UTF-8 string.
Actions