From 7d1907cd73010bb99633fb2c16f5f4114b4b3540 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Sun, 6 Aug 2023 09:47:18 +0100 Subject: [PATCH] Fix missed `salt.ext.tornado.gen.Return` occurrence during merge forward Signed-off-by: Pedro Algarvio --- salt/channel/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/channel/client.py b/salt/channel/client.py index 7a85ad69bb2..079ed296dd9 100644 --- a/salt/channel/client.py +++ b/salt/channel/client.py @@ -191,7 +191,7 @@ class AsyncReqChannel: else: _try += 1 continue - raise salt.ext.tornado.gen.Return(ret) + raise tornado.gen.Return(ret) @tornado.gen.coroutine def crypted_transfer_decode_dictentry(