Skip to content

Commit

Permalink
report: service registration requires a list of specifications
Browse files Browse the repository at this point in the history
  • Loading branch information
tcalmant committed Sep 3, 2015
1 parent 2eaa8c9 commit 8270e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pelix/shell/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ def start(self, context):
"""
# Prepare the shell utility service
self._svc_reg = context.register_service(
(SERVICE_SHELL_COMMAND, SERVICE_SHELL_REPORT),
[SERVICE_SHELL_COMMAND, SERVICE_SHELL_REPORT],
ReportCommands(context), {})

def stop(self, _):
Expand Down

0 comments on commit 8270e5c

Please sign in to comment.