Skip to content

Commit

Permalink
Paren fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkjo committed Jun 26, 2021
1 parent 294264e commit 88b4ad3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions freebarcodes/decode.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def build_codebook_from_random_codewords(self, codewords, max_err_decode, max_er
self.max_err_detect,
self.max_err_decode,
)
)

# Iterate detect spheres, rejecting conflicts
for i, cw in enumerate(self._codewords):
Expand Down

0 comments on commit 88b4ad3

Please sign in to comment.