You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
106 def get_event(
107 node,
108 sock_dir=None,
109 transport=None,
110 opts=None,
111 listen=True,
112 io_loop=None,
113 keep_loop=False,
114 raise_errors=False,
115 ):
116 +--- 8 lines: """------------------------------------------------------------------------------------------------------------------------------
124 if transport:
125 salt.utils.versions.warn_until(
126 "Chlorine",
127 "The 'transport' kwarg has been deprecated and it will be removed "
128 "in the Chlorine release, as such, its usage is no longer required.",
129 )
The transport arg from salt.utils.event.get_event was previously deprecated and needs to be removed in 3007.0
The text was updated successfully, but these errors were encountered:
The transport arg from salt.utils.event.get_event was previously deprecated and needs to be removed in 3007.0
The text was updated successfully, but these errors were encountered: