Skip to content

Commit 9f49b51

Browse files
committed
tools/psoc6/get_devs: Changed name to be able to import.
Signed-off-by: jaenrig-ifx <enriquezgarcia.external@infineon.com>
1 parent 374f98d commit 9f49b51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ def is_device_attr_found(line, pattern):
4545
# It is a kitprog probe is these matches
4646
# are found in the device attributes
4747
required_attr_match = [
48-
'ATTRS{interface}=="KitProg\d.*"',
49-
'ATTRS{product}==".*KitProg\d.*"',
48+
r'ATTRS{interface}=="KitProg\d.*"',
49+
r'ATTRS{product}==".*KitProg\d.*"',
5050
]
5151

5252
attr_found_count = 0

0 commit comments

Comments
 (0)