mirror of
https://github.com/Ralim/IronOS-Meta.git
synced 2025-04-15 11:27:48 +00:00
Print what file is being converted
This commit is contained in:
@@ -323,6 +323,8 @@ if __name__ == "__main__":
|
||||
sys.stderr.write("You must provide --miniware or --pinecil to select your model")
|
||||
sys.exit(1)
|
||||
|
||||
print(f"Converting {args.input_filename} => {args.output_filename}")
|
||||
|
||||
img2hex(
|
||||
input_filename=args.input_filename,
|
||||
output_filename_base=args.output_filename,
|
||||
|
||||
Reference in New Issue
Block a user