Skip to content

Commit

Permalink
remove unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
yangky11 committed Sep 19, 2024
1 parent 7f66e93 commit fed54c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lean_dojo/data_extraction/trace.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ def _trace(repo: LeanGitRepo, build_deps: bool) -> None:
cmd = f"lake env lean --threads {NUM_PROCS} --run ExtractData.lean"
if not build_deps:
cmd += " noDeps"
logger.debug(cmd)
execute(cmd, capture_output=True)

check_files(packages_path, not build_deps)
Expand Down

0 comments on commit fed54c2

Please sign in to comment.