Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TECH DEBT] Remove transport arg from salt.utils.event.get_event #64461

Closed
Ch3LL opened this issue Jun 12, 2023 · 0 comments · Fixed by #64465
Closed

[TECH DEBT] Remove transport arg from salt.utils.event.get_event #64461

Ch3LL opened this issue Jun 12, 2023 · 0 comments · Fixed by #64465

Comments

@Ch3LL
Copy link
Contributor

Ch3LL commented Jun 12, 2023

 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants