Searched refs:CONFIG_FILE (Results 1 – 2 of 2) sorted by relevance
31 CONFIG_FILE = os.path.join(os.getcwd(), 'config.yml') variable51 with open(CONFIG_FILE) as file:131 CONFIG_FILE,
38 CONFIG_FILE = os.path.join(YAML_FILE_DIR, 'config.yml') variable373 with open(CONFIG_FILE) as file: