Montspy/LooPyGen

[python] Fail on generated image not unique

Closed this issue · 1 comments

The generator should fail gracefully with an explicit message if it failed to generate unique images.

The current behavior is to print a message but continue. Users might miss this and end up minting duplicated images.

Implemented in e0e4252