mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 19:28:25 +02:00
bad stream were returned by the patch method
This commit is contained in:
parent
1cade9fa6f
commit
3eef32e202
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class PatchOperation:
|
||||||
image.save(patch_content, format="PNG")
|
image.save(patch_content, format="PNG")
|
||||||
patch_content.seek(0)
|
patch_content.seek(0)
|
||||||
|
|
||||||
return file_name, file_content
|
return file_name, patch_content
|
||||||
|
|
||||||
class Layer(ABC):
|
class Layer(ABC):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue