Skip to content

Commit d6a602d

Browse files
authored
Merge pull request #2227 from IntelPython/remove-excess-find-call-in-gen_coverage.py
Remove duplicate call to find cmake build dir in `scripts/gen_coverage.py`
2 parents 4c57ee7 + 8cd29dd commit d6a602d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

scripts/gen_coverage.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -185,14 +185,6 @@ def main():
185185
)
186186
install_editable(setup_dir, env)
187187

188-
cmake_build_dir = (
189-
subprocess.check_output(
190-
["find", "_skbuild", "-name", "cmake-build"], cwd=setup_dir
191-
)
192-
.decode("utf-8")
193-
.strip("\n")
194-
)
195-
196188
cmake_build_dir = capture_cmd_output(
197189
["find", "_skbuild", "-name", "cmake-build"],
198190
cwd=setup_dir,

0 commit comments

Comments
 (0)