mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
Clean comments.
This commit is contained in:
parent
316d50b96f
commit
07fa54e7d0
2 changed files with 0 additions and 4 deletions
|
@ -130,7 +130,6 @@ def write(image, output_image_file):
|
||||||
try:
|
try:
|
||||||
image.save(output_image_file)
|
image.save(output_image_file)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
# If hide() returns an error (Too long message).
|
|
||||||
print(e)
|
print(e)
|
||||||
finally:
|
finally:
|
||||||
image.close()
|
image.close()
|
||||||
|
|
|
@ -122,10 +122,7 @@ def reveal(input_image_file, generator):
|
||||||
return ""
|
return ""
|
||||||
|
|
||||||
def write(image, output_image_file):
|
def write(image, output_image_file):
|
||||||
"""
|
|
||||||
"""
|
|
||||||
try:
|
try:
|
||||||
image.save(output_image_file)
|
image.save(output_image_file)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
# If hide() returns an error (Too long message).
|
|
||||||
print(e)
|
print(e)
|
||||||
|
|
Loading…
Add table
Reference in a new issue