Message ID | 20220426123359.22873-6-harry.moulton@arm.com |
---|---|
State | New |
Headers | show |
Series | arm-bsp/machine: Backport runfvp config for Corstone1000 and update runfvp script | expand |
diff --git a/scripts/runfvp b/scripts/runfvp index 77668248..fb334795 100755 --- a/scripts/runfvp +++ b/scripts/runfvp @@ -169,7 +169,7 @@ async def start_fvp(cli, console_cb): # Look for serial connections opening if console_cb: - m = re.match(fr"^(\S+): Listening for serial connection on port (\d+)$", line) + m = re.match(r"^(\S+): Listening for serial connection on port (\d+)$", line) if m: terminal = m.group(1) port = int(m.group(2))