Skip to content

Commit b03eb14

Browse files
committed
jbr-debug-access-right-test
1 parent 1e3db93 commit b03eb14

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

infrahub_sdk/testing/repository.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
from __future__ import annotations
22

33
import asyncio
4-
import shutil
54
import os
5+
import shutil
6+
67
from dataclasses import dataclass, field
78
from enum import Enum
89
from pathlib import Path
@@ -71,7 +72,7 @@ def init(self) -> None:
7172
dst=dest_path,
7273
ignore=shutil.ignore_patterns(".git", *self.directories_to_ignore),
7374
)
74-
75+
7576
print(dest)
7677

7778
self._repo = GitRepoManager(str(Path(self.dst_directory / self.name)), branch=self.initial_branch)

0 commit comments

Comments
 (0)