We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a891d24 commit 7d357b0Copy full SHA for 7d357b0
tests/conftest.py
@@ -14,9 +14,9 @@
14
# doing this import will cause an EPICS context to be created, and it will also
15
# register an atexit function to delete it.
16
# If we were to import aioca first it would create an EPICS context, note it has
17
-# created it, then try to delete it in its own atexit function which will collide
18
-# with cothread's attempts to do the same (despite the fact in this configuration
19
-# 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)
20
import cothread.catools
21
22
from softioc import builder
0 commit comments