Skip to content

Fix multiple user installs by replacing tempfile.gettempdir() with a unique temporary directory

Wesley Emeneker requested to merge nevermindewe/magnitude:issue_1 into master

This MR fixes a problem where when multiple users try to install this library, the first user is able to block all subsequent users. The solution is to make a unique, temporary directory where things get stored (stdout, stderr, wheels, etc.).

Merge request reports