We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b76fc05 commit 6260529Copy full SHA for 6260529
ssm/ssm2.py
@@ -558,7 +558,8 @@ def handle_connect(self):
558
if self._protocol == Ssm2.AMS_MESSAGING:
559
if pkg_resources is not None:
560
# We only log the version if pkg_resources is available.
561
- log.info("Using AMS version %s", pkg_resources.get_distribution('argo_ams_library').version)
+ log.info("Using AMS version %s",
562
+ pkg_resources.get_distribution('argo_ams_library').version)
563
564
log.info("Will connect to %s", self._brokers[0])
565
0 commit comments