Lines Matching full:images
13 process only specific boards and/or a different images directory, use the -b
16 Expected images directory structure looks like:
39 # Path to Dev Server's images directory.
40 DEFAULT_IMAGES_PATH = '/usr/local/google/images'
50 ' all boards in the images directory will be processed.')
51 parser.add_option('-i', '--images', dest='images',
52 help='Path to Dev Server images directory. Defaults to %s' %
57 if not os.path.exists(options.images):
58 parser.error('The specified images directory (%s) does not exist. Please '
59 'specify another.' % options.images)
70 os.chdir(options.images)