removed todo

This commit is contained in:
argoneus 2020-07-09 19:07:45 +02:00
parent 1f5ff96b8e
commit 2cc7eba22b

View file

@ -15,9 +15,6 @@ from xdudata.asset_extract import process_se, process_bgm, process_voice, proces
def update_all(
cache_dir, update_dir, translation_dir, extract_dir, languages,
):
print("Checking tool availability")
validate_tools()
print("Cleaning cache")
cleanup_cache(cache_dir)
@ -43,11 +40,6 @@ def update_all(
process_movie(cache_dir, extract_dir, update_dir)
def validate_tools():
# TODO validate all the tools are in PATH
...
def cleanup_cache(cache_dir):
with suppress(FileNotFoundError):
shutil.rmtree(os.path.join(cache_dir, "Common/Asset/Utage/event32"))