mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 03:08:29 +02:00
renamed a keyword in docstring
This commit is contained in:
parent
4b7bc41de9
commit
c9a8eb7cf4
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import subprocess
|
|||
def encode(file: str, format: str) -> None:
|
||||
"""
|
||||
Encode an .png image into a new format
|
||||
:param src_file: .png image
|
||||
:param file: .png image
|
||||
:param format: new image format
|
||||
"""
|
||||
subprocess.run(["./tools/szs/wimgt", "ENCODE", file, "-x", format, "--overwrite"],
|
||||
|
|
Loading…
Reference in a new issue