Skip to content

Commit

Permalink
fix #23 maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
amakelov committed Aug 24, 2024
1 parent 25915ab commit b9c693e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mandala/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,8 @@ def call_internal(
op=op,
pre_call_uid=pre_call_id,
inputs=wrapped_inputs,
code_state=self.guess_code_state() if must_version_call else None,
# code_state=self.guess_code_state() if must_version_call else None,
code_state = self.code_state if must_version_call else None,
versioner=self.cached_versioner if must_version_call else None,
must_version=must_version_call,
)
Expand Down

0 comments on commit b9c693e

Please sign in to comment.