From b9c8b659ed0be3cf28d9f406e36d723899dea501 Mon Sep 17 00:00:00 2001 From: Oleg Hahm Date: Thu, 14 Dec 2023 14:23:51 +0100 Subject: [PATCH] tools: pyterm: allow for multiple native tap interfaces --- dist/tools/pyterm/pyterm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/tools/pyterm/pyterm b/dist/tools/pyterm/pyterm index 0803899c50..b604d1e761 100755 --- a/dist/tools/pyterm/pyterm +++ b/dist/tools/pyterm/pyterm @@ -931,7 +931,7 @@ if __name__ == "__main__": action="store_false", help="Do not try to reconnect when failing on " "connection setup (Default)") - parser.add_argument("native_tap", nargs=1) + parser.add_argument("native_tap", nargs='*') parser.set_defaults( repeat_command_on_empty_line=defaultrepeat_cmd_empty_line,