Skip to content

Commit

Permalink
Update microsetta_private_api/repo/sample_repo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cassidysymons authored Oct 2, 2024
1 parent 5bab56a commit 9f418e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion microsetta_private_api/repo/sample_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ def _update_sample_association(self, sample_id, source_id,
# we can skip the lock checks
if existing_sample.source_id is not None \
and existing_sample.remove_locked and not override_locked:
print("raise repo exception", existing_sample.source_id)
raise RepoException(
"Sample association locked: Sample already received")

Expand Down

0 comments on commit 9f418e9

Please sign in to comment.