Skip to content

Instantly share code, notes, and snippets.

@akey7
Created June 16, 2019 08:21
Show Gist options
  • Save akey7/64a2352a55dd22d36f870387c5487003 to your computer and use it in GitHub Desktop.
Save akey7/64a2352a55dd22d36f870387c5487003 to your computer and use it in GitHub Desktop.
Environment variable: get it
target_dir = os.environ['IMAGE_TARGET_DIR'] if 'IMAGE_TARGET_DIR' in os.environ else '/home/me'
source_dir = os.environ['IMAGE_SOURCE_DIR'] if 'IMAGE_SOURCE_DIR' in os.environ else '/home/me'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment