Searched refs:wanted_config (Results 1 – 1 of 1) sorted by relevance
15 wanted_config = None variable49 wanted_config = arg variable73 if wanted_config:74 if not os.path.exists(wanted_config):75 sys.stderr.write( "error: file '%s' does not exist\n" % wanted_config )78 if not os.path.isfile(wanted_config):79 sys.stderr.write( "error: '%s' is not a file\n" % wanted_config )132 if wanted_config:133 cparser.parseFile( wanted_config )135 sys.stderr.write( "error: can't parse '%s'" % wanted_config )