Skip to content

Commit 81aea84

Browse files
JayBazuziisidorestagg54
committed
. r move statements
Co-Authored-By: Llewellyn Falco <llewellyn.falco@gmail.com> Co-Authored-By: Samuel Taggart <Samuel.Taggart@gmail.com>
1 parent e3a6756 commit 81aea84

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

internal_documentation/scripts/generate_diff_reporters.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88

99
_SCRIPT_DIR = Path(__file__).parent
1010
_REPO_ROOT = _SCRIPT_DIR.parent.parent
11+
assert _REPO_ROOT.joinpath(".gitattributes").exists()
12+
1113
_DIFF_TOOLS_DIR = _REPO_ROOT / "DiffTools"
1214
_DIFF_TOOLS_REPO_URL = "https://github.com/approvals/DiffTools"
13-
assert _REPO_ROOT.joinpath(".gitattributes").exists()
1415

1516

1617
@dataclass(frozen=True)

0 commit comments

Comments
 (0)