Write repo.json to current working directory
This commit is contained in:
@@ -29,7 +29,7 @@ class test_blenderpack_make_repo(unittest.TestCase):
|
||||
|
||||
def test_make_repo_valid(self):
|
||||
blenderpack.make_repo(self.helper_path / 'addons')
|
||||
repojson = self.helper_path / 'addons' / 'repo.json'
|
||||
repojson = Path.cwd() / 'repo.json'
|
||||
|
||||
try:
|
||||
with repojson.open('r') as f:
|
||||
|
Reference in New Issue
Block a user