It's tornado.gen.Return not salt.tornado.gen.Return

This commit is contained in:
Pedro Algarvio 2024-02-18 19:52:30 +00:00
parent 8721d47578
commit 37cf95b17a
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -619,7 +619,7 @@ class AsyncPubChannel:
"Payload decryption failed even after re-authenticating with master %s",
self.opts["master_ip"],
)
raise salt.tornado.gen.Return(payload)
raise tornado.gen.Return(payload)
def __enter__(self):
return self