Skip to content

Commit 69da735

Browse files
committed
Update __init__.py
1 parent 02918b5 commit 69da735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.control/src/proman/manager/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def load_metadata(
229229

230230
# Load extra files
231231
for key in ("changelogs", "contributor", "variable"):
232-
key_path = project_metadata[f"control.{key}.path"]
232+
key_path = git_api.repo_path / project_metadata[f"control.{key}.path"]
233233
try:
234234
key_data = ps.read.json_from_file(key_path)
235235
except ps.exception.read.PySerialsReadException as e:

0 commit comments

Comments
 (0)