We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aae68c commit f53b274Copy full SHA for f53b274
infrahub_sdk/testing/repository.py
@@ -71,7 +71,7 @@ def init(self) -> None:
71
)
72
dest_path.chmod(0o755)
73
print(dest)
74
-
+
75
porcelain.init(str(dest_path))
76
repo = porcelain.open_repo(str(dest_path))
77
@@ -82,7 +82,6 @@ def init(self) -> None:
82
83
self._repo = GitRepoManager(str(dest_path), branch=self.initial_branch)
84
85
86
files = list(porcelain.get_untracked_paths(self._repo.git.path, self._repo.git.path, repo.open_index()))
87
print(files)
88
files_to_add = [str(Path(self._repo.git.path) / t) for t in files]
0 commit comments