Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yoni206 committed Jun 5, 2024
1 parent e7b3478 commit dee0f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvc5_pythonic_api/cvc5_pythonic.py
Original file line number Diff line number Diff line change
Expand Up @@ -5988,7 +5988,7 @@ def __init__(self, ctx=None, logFile=None):
self.assertions_ = [[]]
self.last_result = None
self.resetAssertions()
assert ctx == None
assert ctx is None or type(ctx) == Context

def initFromLogic(self):
"""Create the base-API solver from the logic"""
Expand Down

0 comments on commit dee0f65

Please sign in to comment.