You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/10/12 14:47:39 UTC

[GitHub] lostella opened a new pull request #12811: Fixed __setattr__ method of _MXClassPropertyMetaClass

lostella opened a new pull request #12811: Fixed __setattr__ method of _MXClassPropertyMetaClass
URL: https://github.com/apache/incubator-mxnet/pull/12811
 
 
   ## Description ##
   There is probably a bad indentation in `_MXClassPropertyMetaClass.__setattr__`
   
   ### Changes ###
   - [ ] Fixed indentation
   
   ### MWE ###
   
   ```
   import mxnet as mx
   mx.Context.a = 1
   ```
   

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


With regards,
Apache Git Services