Skip to content

Commit 6a914a8

Browse files
committed
python
1 parent b1008a5 commit 6a914a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/python/m8r.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ def wantattr():
358358
(Filter('attr'),attr,self)).read()
359359
except:
360360
raise RuntimeError('trouble running sfattr')
361-
m = re.search('=\s*(\S+)',val)
361+
m = re.search(r'=\s*(\S+)',val)
362362
if m:
363363
val = float(m.group(1))
364364
else:

0 commit comments

Comments
 (0)