Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
snseventd
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OTDI Middleware
snseventd
Commits
2d421f90
Commit
2d421f90
authored
4 years ago
by
Edward Hicks
Browse files
Options
Downloads
Patches
Plain Diff
lists, not objects
parent
e19b60bb
No related branches found
No related tags found
No related merge requests found
Pipeline
#91947
passed
4 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
snseventd.py
+1
-1
1 addition, 1 deletion
snseventd.py
with
1 addition
and
1 deletion
snseventd.py
+
1
−
1
View file @
2d421f90
...
...
@@ -425,7 +425,7 @@ while True:
# Only proceed if the message is meant for either everyone or us explicitly
try
:
if
'
*
'
not
in
payload
.
nodes
and
Session
[
'
nodename
'
]
not
in
payload
.
nodes
:
if
'
*
'
not
in
payload
[
'
nodes
'
]
and
Session
[
'
nodename
'
]
not
in
payload
[
'
nodes
'
]
:
#printlog("Message not meant for us - ignoring it", loglevels.DEBUG)
continue
except
:
...
...
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