Skip to content

Commit

Permalink
TEMP: liner fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWells-diamond committed Nov 5, 2024
1 parent a891d24 commit 7d357b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
# doing this import will cause an EPICS context to be created, and it will also
# register an atexit function to delete it.
# If we were to import aioca first it would create an EPICS context, note it has
# created it, then try to delete it in its own atexit function which will collide
# with cothread's attempts to do the same (despite the fact in this configuration
# cothread did not create the context)
# created it, then try to delete it in its own atexit function which will
# collide with cothread's attempts to do the same (despite the fact in this
# configuration cothread did not create the context)
import cothread.catools

from softioc import builder
Expand Down

0 comments on commit 7d357b0

Please sign in to comment.