mirror of
https://github.com/ARM-software/devlib.git
synced 2025-09-23 20:31:54 +01:00
string.translate() can fail when passed a unicode object; explicitly str() it first to avoid this.
string.translate() can fail when passed a unicode object; explicitly str() it first to avoid this.