This should hopefully get our beetmover partner repacks working.
Originally, we thought we would write the artifacts to a path, and preserve that relative path when beetmoving. However, public and private paths differ.
Instead, I'm overloading the locale attribute for the path to use. We should probably do this in a different way, but it looks like it's working so far.
Creating the PR for coverage testing, since the get_hash test seems to break on me locally on osx.
This should hopefully get our beetmover partner repacks working.
Originally, we thought we would write the artifacts to a path, and preserve that relative path when beetmoving. However, public and private paths differ.
Instead, I'm overloading the
locale
attribute for the path to use. We should probably do this in a different way, but it looks like it's working so far.Creating the PR for coverage testing, since the
get_hash
test seems to break on me locally on osx.