diff --git a/sw/lib/python/ivy_msg_interface.py b/sw/lib/python/ivy_msg_interface.py index 9b7c69fc4a..ad76e137d7 100644 --- a/sw/lib/python/ivy_msg_interface.py +++ b/sw/lib/python/ivy_msg_interface.py @@ -55,7 +55,7 @@ class IvyMessagesInterface(object): return # first split on array delimiters - l = re.split('([|\"][^|]*[|\"])', larg[0]) + l = re.split('([|\"][^|\"]*[|\"])', larg[0]) # strip spaces and filter out emtpy strings l = [str.strip(s) for s in l if str.strip(s) is not ''] data = []