Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use correct regex to avoid SyntaxWarning: invalid escape sequence '\.'
Change-Id: I1c6179be294bf21c0897a3abf7e8ab1d270ae238 Signed-off-by: Galantsev, Dmitrii <[email protected]>
- Loading branch information
d9ccc44
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The same solution here:
bdf_regex = r"(?:[0-6]?[0-9a-fA-F]{1,4}:)?[0-2]?[0-9a-fA-F]{1,2}:[0-9a-fA-F]{1,2}.[0-7]"