Stop loop on match.
This commit is contained in:
parent
f0f6363d8d
commit
32c338289f
@ -55,3 +55,4 @@ with open("testdata/test.hisdb.his", "r") as f:
|
||||
print("Going to write comment: " + new_comment)
|
||||
exif_bytes = piexif.dump(exif_dict)
|
||||
im.save("testdata/test.jpg", exif=exif_bytes)
|
||||
break
|
||||
|
Loading…
Reference in New Issue
Block a user