Skip to content

Commit

Permalink
Merge branch 'fix-pkg-cache-on-win-py36' of https://github.com/davidl…
Browse files Browse the repository at this point in the history
…atwe/rez into davidlatwe-fix-pkg-cache-on-win-py36
  • Loading branch information
ajohns committed Mar 1, 2021
2 parents 6ee535a + 927af4e commit feebdcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rez/package_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,12 +460,13 @@ def add_variants_async(self, variants):
else:
out_target = devnull

_ = subprocess.Popen(
subprocess.Popen(
[exe, "--daemon", self.path],
stdout=out_target,
stderr=out_target,
**kwargs
)

except Exception as e:
print_warning(
"Failed to start package caching daemon (command: %s): %s",
Expand Down

0 comments on commit feebdcd

Please sign in to comment.