commit | a4eaf6e80ca18a4fff3b8729a19c234f88b3b172 | [log] [tgz] |
---|---|---|
author | Punit Vara <punit.vara@intel.com> | Fri Jun 30 10:40:57 2017 +0530 |
committer | Anas Nashif <nashif@linux.intel.com> | Wed Jul 26 06:54:12 2017 -0400 |
tree | a6f199e158076986a90123d5e87c20673368fe16 | |
parent | 63174efa7b77bc2de2c6a2b9e42e5c7788c68ce6 [diff] |
scripts: Fix string pattern on byte like objects error This patch fixes following error of python script. TypeError: cannot use a string pattern on a bytes-like object Jira: ZEP-2290 Signed-off-by: Punit Vara <punit.vara@intel.com>