From b16cbc1f423cd407f0fad3e6774c788b291f6ef8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian-Robert=20St=C3=B6ter?= Date: Sat, 10 Nov 2018 12:55:26 +0100 Subject: [PATCH] add more escapes --- stempeg/write.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stempeg/write.py b/stempeg/write.py index 8c876c0..ffbaaa8 100644 --- a/stempeg/write.py +++ b/stempeg/write.py @@ -28,7 +28,7 @@ def check_available_aac_encoders(): output.splitlines() if "AAC (Advanced Audio Coding)" in str(x) ][0] hay = aac_codecs.decode('ascii') - match = re.findall('\(encoders: ([^\)]*) \)', hay) + match = re.findall(r'\(encoders: ([^\)]*) \)', hay) if match: return match[0].split(" ") else: