Skip to content

Commit 1d63ab0

Browse files
committed
Fix search path root
1 parent a18223f commit 1d63ab0

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)