Absolute path
This commit is contained in:
parent
1aee3e0efd
commit
7dfc5dcefa
2 changed files with 2 additions and 2 deletions
atlasimagecomposer
|
@ -36,7 +36,7 @@ def run():
|
|||
path = Paths.IMAGES / servantid
|
||||
for f in path.iterdir():
|
||||
process_sprite(f, sprites[f.stem], servantid)
|
||||
print(f"Files have been saved at: {Paths.OUTPUT / servantid}")
|
||||
print(f"Files have been saved at: {(Paths.OUTPUT / servantid).absolute()}")
|
||||
|
||||
def process_sprite(filepath: pathlib.Path, position: tuple, servantid: str):
|
||||
im = Image.open(filepath)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue