Skip to content

Commit

Permalink
inspector shwo-session tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrothea committed Oct 24, 2024
1 parent 8c5bb2c commit 209a1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/daqconf_inspector
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def get_network_services(app):
return []

elif 'SmartDaqApplication' in app.oksTypes():
return [r.descriptor.associated_service for r in app.network_rules]
return app.exposes_service+[r.descriptor.associated_service for r in app.network_rules]

elif 'Application' in app.oksTypes():
return app.exposes_service
Expand Down

0 comments on commit 209a1db

Please sign in to comment.