Searched refs:ARGS_DIR (Results 1 – 3 of 3) sorted by relevance
33 from resources.global_var import ARGS_DIR284 for file in os.listdir(ARGS_DIR):285 if file.endswith('.json') and os.path.exists(os.path.join(ARGS_DIR, file)):286 os.remove(os.path.join(ARGS_DIR, file))
28 ARGS_DIR = os.path.join(CURRENT_HB_DIR, 'resources/args') variable
47 from resources.global_var import ARGS_DIR