Skip to content

Commit 5b6fe7e

Browse files
committed
Add more debugs for files
1 parent 44c54bb commit 5b6fe7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infrahub_sdk/testing/repository.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def init(self) -> None:
7272
)
7373
print(files)
7474
files_to_add = [str(Path(self._repo.git.path) / t) for t in files]
75+
print(files_to_add)
7576
if files_to_add:
7677
porcelain.add(repo=self._repo.git.path, paths=files_to_add)
7778
porcelain.commit(repo=self._repo.git.path, message="First commit")

0 commit comments

Comments
 (0)