Mercurial > libervia-backend
comparison sat_frontends/jp/base.py @ 3637:51983c55c5b6
merge branche "@"
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 01 Sep 2021 13:47:17 +0200 |
parents | 1709f0a78f50 43542cf32e5a |
children | 09f5ac48ffe3 |
comparison
equal
deleted
inserted
replaced
3635:7bc443253b7c | 3637:51983c55c5b6 |
---|---|
673 print( | 673 print( |
674 _("Error while initialising bridge: {e}").format(e=e) | 674 _("Error while initialising bridge: {e}").format(e=e) |
675 ) | 675 ) |
676 self.quit(C.EXIT_BRIDGE_ERROR, raise_exc=False) | 676 self.quit(C.EXIT_BRIDGE_ERROR, raise_exc=False) |
677 return | 677 return |
678 await self.bridge.getReady() | |
678 self.version = await self.bridge.getVersion() | 679 self.version = await self.bridge.getVersion() |
679 self._bridgeConnected() | 680 self._bridgeConnected() |
680 self.import_plugins() | 681 self.import_plugins() |
681 try: | 682 try: |
682 self.args = self.parser.parse_args(args, namespace=None) | 683 self.args = self.parser.parse_args(args, namespace=None) |