Skip to content

Commit 6abaa0c

Browse files
committed
Fix search path
1 parent b02c971 commit 6abaa0c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bins/ExtractSorry.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ only have to run them once per project, rather than once per Lean file.
1313
-/
1414

1515
def main (args : List String) : IO Unit := do
16+
Lean.initSearchPath (← Lean.findSysroot)
1617
logRun
1718
if let some path := args[0]? then
1819
IO.println s!"Running sorry extraction on file {path}."

0 commit comments

Comments
 (0)