diff 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
line wrap: on
line diff
--- a/sat_frontends/jp/base.py	Sat Aug 28 15:32:58 2021 +0200
+++ b/sat_frontends/jp/base.py	Wed Sep 01 13:47:17 2021 +0200
@@ -675,6 +675,7 @@
                 )
                 self.quit(C.EXIT_BRIDGE_ERROR, raise_exc=False)
             return
+        await self.bridge.getReady()
         self.version = await self.bridge.getVersion()
         self._bridgeConnected()
         self.import_plugins()