Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reimplements the functionality of `shutil.make_archive` without the need for calls to `os.chdir`. This is thread-safe, and fixes the issues we've been seeing with finished build showing console output for other builds. It will also hopefully fix the occasional zip file creation issues we've been seeing.
- Loading branch information