Github user miguelaferreira commented on the pull request:
https://github.com/apache/cloudstack/pull/730#issuecomment-134930757
@karuturi Just tried the code you posted, and this was the result:
```zsh
jsonTmp=pr.json
prAuthor=$(cat ${jsonTmp} | python -c "
try:
import sys, json
print
json.load(sys.stdin)['user']['login'].encode('utf-8').decode('ascii','ignore')
except:
print ''
")
echo $prAuthor
ustcweizhou
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---