commit | cd255744d06da5153e729aebac2c042df3130b9d | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Fri Dec 07 15:54:34 2018 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Dec 07 20:26:46 2018 -0500 |
tree | 9cdbadb61201d327466325f8df8ffffe7565f202 | |
parent | 5f793cc25c9c49871ff58ea564d8a1a49e062e6a [diff] |
userspace: eliminate warning in process_gperf.py Python 3.7 throws a FutureWarning when it thinks it has found a nested set in a regular expression. We weren't actually; just trying to match some brackets. Escape them instead. No functional difference. Fixes: #11961 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>