Skip to content

Commit

Permalink
change of print ln 42 from French to English
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy2206 authored Jun 2, 2024
1 parent 950402d commit 04d0be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def merge_image(self, tiles_dict, items_image, max_width, max_height, output_pat
image_to_paste = self.crop_image(image_to_paste, max_width, max_height)
image.paste(image_to_paste, positionitems)
else:
print(f"L'image {image_path} n'existe pas.")
print(f"Image {image_path} does not exist.")

image.save(output_path)

Expand Down

0 comments on commit 04d0be4

Please sign in to comment.