Skip to content
Snippets Groups Projects
Commit 72fb6861 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #8437: Minor cleanup, fixed typo

parent 33acb0a7
No related branches found
No related tags found
No related merge requests found
from threading import Lock, Condition from threading import Lock, Condition
__all__ = ["MethodTrigger"]
class MethodTrigger: class MethodTrigger:
""" """
Set a flag when a specific method is called, possibly asynchronously. Caller can wait on this flag. Set a flag when a specific method is called, possibly asynchronously. Caller can wait on this flag.
......
...@@ -6,7 +6,7 @@ import sys ...@@ -6,7 +6,7 @@ import sys
import lofar.mac.PipelineStarter as module import lofar.mac.PipelineStarter as module
from lofar.sas.otdb.OTDBBusListener import OTDBBusListener from lofar.sas.otdb.OTDBBusListener import OTDBBusListener
from lofar.messaging import ToBus, Service, EventMessagea from lofar.messaging import ToBus, Service, EventMessage
from methodtrigger import MethodTrigger from methodtrigger import MethodTrigger
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment