mirror of
https://github.com/espressif/esptool.git
synced 2025-10-18 00:32:43 +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:
|
||||
new_args.append(arg)
|
||||
if expanded:
|
||||
print("esptool %s" % (" ".join(new_args[1:])))
|
||||
print(f"esptool.py {' '.join(new_args)}")
|
||||
return new_args
|
||||
return argv
|
||||
|
||||
|
Reference in New Issue
Block a user