X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fnepi%2Fresources%2Fomf%2Fchannel.py;h=ccd67be0ec8d82ba495847a6d2ef7c452e319d62;hb=386498468dfb01f71b0efbbe0c208819f18f82ec;hp=b51cd895f426c94e57affe7629db1e4ef4d1da35;hpb=4b0e922489532434f0968647886021542b77cece;p=nepi.git diff --git a/src/nepi/resources/omf/channel.py b/src/nepi/resources/omf/channel.py index b51cd895..ccd67be0 100644 --- a/src/nepi/resources/omf/channel.py +++ b/src/nepi/resources/omf/channel.py @@ -163,7 +163,7 @@ class OMFChannel(ResourceManager): msg = "Channel's value is not initialized" self.error(msg) self.fail() - raise + return self._nodes_guid = self._get_target(self._connections) if self._nodes_guid == "reschedule" : @@ -180,7 +180,7 @@ class OMFChannel(ResourceManager): msg = "Credentials are not initialzed. XMPP Connections impossible" self.error(msg) self.fail() - raise + return super(OMFChannel, self).deploy()