ChaiBapchya opened a new pull request #17399: safe load for yaml
URL: https://github.com/apache/incubator-mxnet/pull/17399
 
 
   ## Description ##
   Fixes the warning 
   ```
   /dev_menu.py:70: YAMLLoadWarning: calling yaml.load() without Loader=... is 
deprecated, as the default Loader is unsafe. Please read 
https://msg.pyyaml.org/load for full details.
     self.cmake_options = yaml.load(f)
   ```
   
   ## Checklist ##
   ### Essentials ###
   Please feel free to remove inapplicable items for your PR.
   - [ ] Changes are complete (i.e. I finished coding on this PR)
   - [ ] All changes have test coverage:
   - [ ] Code is well-documented: 
   - [ ] To the best of my knowledge, examples are either not affected by this 
change, or have been fixed to be compatible with this change
   
   ### Changes ###
   modified:   dev_menu.py
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to