Skip to content

Commit

Permalink
Add missing argument to tactic invocations server call.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kripner committed Jan 27, 2025
1 parent f97bc49 commit f35922a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pantograph/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ async def tactic_invocations_async(self, file_name: Union[str, Path]) -> List[Co
'invocations': True,
"sorrys": False,
"newConstants": False,
"typeErrorsAsGoals": False,
})
if "error" in result:
raise ServerError(result)
Expand Down

0 comments on commit f35922a

Please sign in to comment.