Skip to content

Commit

Permalink
fix: fixes duplicate deck data uploads by creating a unique hash for …
Browse files Browse the repository at this point in the history
…all entries
  • Loading branch information
AnthonyNASC20 committed Oct 24, 2024
1 parent 3fed31f commit 86eae9a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ def deck_helper(
unique_hash = create_hash(
robot, deck_slot, pipette_calibrated_with, deck_modified
)
print(unique_hash)
if unique_hash in deck_sheet_hashes:
continue
coords = deck["data"]["matrix"][i]
Expand Down

0 comments on commit 86eae9a

Please sign in to comment.