MCPcopy Create free account
hub / github.com/ActiveState/code / getExif

Function getExif

recipes/Python/271246_pyAlbumpy/recipe-271246.py:381–390  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

379 getScale2()
380
381 def getExif():
382 global exifFlag
383 exifFlag = raw_input("Add EXIF information (y/n)? ")
384 if exifFlag in ['y', 'n']:
385 if exifFlag == 'y':
386 exifFlag = 1
387 else:
388 exifFlag = 0
389 else:
390 getExif()
391 getExif()
392
393 # Wait...

Callers 1

recipe-271246.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected