if not os.path.isdir(options.tmpdir):
    print "Error, tmpdir not a directory: %s" % (options.tmpdir)
    sys.exit(1)