From c68f8bca80677c0741489dd01cfd94bf24f6a17d Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sun, 13 Nov 2022 17:29:10 -0800 Subject: [PATCH] Fixed spelling of an re --- pycmx/channel_map.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycmx/channel_map.py b/pycmx/channel_map.py index e2f3337..63678ea 100644 --- a/pycmx/channel_map.py +++ b/pycmx/channel_map.py @@ -86,7 +86,7 @@ class ChannelMap: self._audio_channel_set.remove(chan_num) def _append_event(self, event_str): - alt_channel_re = compile('^A(\d+)') + alt_channel_re = compile(r'^A(\d+)') if event_str in self._chan_map: channels = self._chan_map[event_str] self.v = channels[0]