Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Nov 1, 2023
1 parent a358865 commit 4fbd662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galsim/phase_screens.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def acquire_lock(lock, block=True, timeout=None):
try:
yield held
finally:
if held:
if held: # pragma: no branch
lock.release()


Expand Down

0 comments on commit 4fbd662

Please sign in to comment.