mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 20:54:32 +02:00
idf monitor: fix crash when monitor baudrate argument set
Closes IDF-1902
This commit is contained in:
@@ -90,6 +90,7 @@ def _run_tool(tool_name, args, cwd):
|
||||
return "'" + arg + "'"
|
||||
return arg
|
||||
|
||||
args = [str(arg) for arg in args]
|
||||
display_args = " ".join(quote_arg(arg) for arg in args)
|
||||
print("Running %s in directory %s" % (tool_name, quote_arg(cwd)))
|
||||
print('Executing "%s"...' % str(display_args))
|
||||
|
Reference in New Issue
Block a user