# HG changeset patch # User Goffi # Date 1499547025 -7200 # Node ID ddb67c186f6112f21124a52a31490691f3ec75c6 # Parent f4e05600577b02f29cc3641fa0d30406c88022a9 jp (pubsub/search): profile is transmited to subcommand for "exec" action diff -r f4e05600577b -r ddb67c186f61 frontends/src/jp/cmd_pubsub.py --- a/frontends/src/jp/cmd_pubsub.py Sat Jul 08 22:49:55 2017 +0200 +++ b/frontends/src/jp/cmd_pubsub.py Sat Jul 08 22:50:25 2017 +0200 @@ -682,6 +682,7 @@ use = {'service': metadata[u'service'], 'node': metadata[u'node'], 'item': item_elt.get('id'), + 'profile': self.profile } # we need to send a copy of self.args.command # else it would be modified