Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
72fb6861
Commit
72fb6861
authored
9 years ago
by
Jan David Mol
Browse files
Options
Downloads
Patches
Plain Diff
Task #8437: Minor cleanup, fixed typo
parent
33acb0a7
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
MAC/Services/test/methodtrigger.py
+2
-0
2 additions, 0 deletions
MAC/Services/test/methodtrigger.py
MAC/Services/test/tPipelineStarter.py
+1
-1
1 addition, 1 deletion
MAC/Services/test/tPipelineStarter.py
with
3 additions
and
1 deletion
MAC/Services/test/methodtrigger.py
+
2
−
0
View file @
72fb6861
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.
...
...
This diff is collapsed.
Click to expand it.
MAC/Services/test/tPipelineStarter.py
+
1
−
1
View file @
72fb6861
...
@@ -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
,
EventMessage
a
from
lofar.messaging
import
ToBus
,
Service
,
EventMessage
from
methodtrigger
import
MethodTrigger
from
methodtrigger
import
MethodTrigger
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment