This commit is contained in:
Ryan Rhee
2019-11-01 11:33:04 -04:00
parent 6d4487e4b4
commit addc7045ba

View File

@@ -69,7 +69,7 @@ def install_environment(
)
# Docker doesn't really have relevant disk environment, but pre-commit
# still needs to cleanup it's state files on failure
# still needs to cleanup its state files on failure
with clean_path_on_failure(directory):
build_docker_image(prefix, pull=True)
os.mkdir(directory)