Skip to content

Commit

Permalink
Merge pull request #65 from Kripner/main
Browse files Browse the repository at this point in the history
Add missing argument to tactic invocations server call
  • Loading branch information
lenianiva authored Jan 27, 2025
2 parents f97bc49 + f35922a commit 1f755ca
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 1f755ca

Please sign in to comment.