Skip to content
Commit 4c550938 authored by Jacob Bramley's avatar Jacob Bramley
Browse files

Fix lint.py error regex.

The regex didn't match when a prefix was used (i.e. through test.py).
Also, if `re.search()` failed, the whole process would hang. This patch
avoids that by explicitly catching a failed match.

Change-Id: Ib52f88c392c9b1d040aef55b60703dc66f11b824
parent e66b0909
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment