mirror of
https://github.com/espressif/esptool.git
synced 2025-10-19 02:43:00 +08:00
fix(expand file args): Correctly print the expanded command
This commit is contained in:
@@ -934,7 +934,7 @@ def expand_file_arguments(argv):
|
|||||||
else:
|
else:
|
||||||
new_args.append(arg)
|
new_args.append(arg)
|
||||||
if expanded:
|
if expanded:
|
||||||
print("esptool %s" % (" ".join(new_args[1:])))
|
print(f"esptool.py {' '.join(new_args)}")
|
||||||
return new_args
|
return new_args
|
||||||
return argv
|
return argv
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user