Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
originalsouth committed Nov 21, 2024
1 parent e9a4576 commit 8c6d6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octopoes/nibbles/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def _write(self, inferences: dict[OOI, dict[str, dict[frozenset, set[OOI]]]], va
source=source_ooi.reference,
result=[ooi.reference for ooi in result],
parameters_hash=nibble_hasher(frozen_arg),
# What to do if a is not an OOI?
# TODO: What to do if a is not an OOI?
parameters_references=[a.reference for a in frozen_arg if isinstance(a, OOI)],
)
for ooi in result:
Expand Down

0 comments on commit 8c6d6e5

Please sign in to comment.