Skip to content

Commit 2a866b9

Browse files
Luiskyrzr
authored andcommitted
libs2/tf: SWPROT-8720: fix Syntax warning for regex (#57)
(cherry picked from commit 417b42ec16b4a7f796bce61a0f80fa59c5011e8f) Forwarded: #57 Relate-to: #50 Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent 9080957 commit 2a866b9

File tree

1 file changed

+1
-1
lines changed
  • applications/zpc/components/zwave/zwave_transports/s2/libs/zw-libs2/TestFramework

1 file changed

+1
-1
lines changed

applications/zpc/components/zwave/zwave_transports/s2/libs/zw-libs2/TestFramework/gen_test_runner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from io import open
99

1010
n=0
11-
regexp = '^void (test_[A-Za-z0-9_]+)\(.*\).*'
11+
regexp = r'^void (test_[A-Za-z0-9_]+)\(.*\).*'
1212

1313
filename, file_type = os.path.splitext(sys.argv[1])
1414

0 commit comments

Comments
 (0)