# HG changeset patch # User Goffi # Date 1543657345 -3600 # Node ID 0bb811aaf11d39ad18815dc00807082834909ad1 # Parent ab37d1c7c38c687c9c1effafb49c685cee79aa44 jp (base): new own_jid host attribute: this attribute is None by default and must be filled at runtime if needed by a command. diff -r ab37d1c7c38c -r 0bb811aaf11d sat_frontends/jp/base.py --- a/sat_frontends/jp/base.py Sat Dec 01 10:41:37 2018 +0100 +++ b/sat_frontends/jp/base.py Sat Dec 01 10:42:25 2018 +0100 @@ -192,6 +192,8 @@ self._outputs[type_] = OrderedDict() self.default_output = {} + self.own_jid = None # must be filled at runtime if needed + def _bridgeEb(self, failure): if isinstance(failure, exceptions.BridgeExceptionNoService): print(_(u"Can't connect to SàT backend, are you sure it's launched ?"))