PhotoScript icon indicating copy to clipboard operation
PhotoScript copied to clipboard

Add VALIDATE_UUID config global

Open RhetTbull opened this issue 3 years ago • 0 comments

Currently, all classes eagerly validate the UUID at instance creation. This was put in place primarily to support osxphotos but adds a (usually unnecessary) Python-AppleScript round trip. Remove the water validation and only validate if VALIDATE_UUID is True (False by default)

RhetTbull avatar Nov 27 '22 18:11 RhetTbull