[MINOR][HOTFIX] Fix python code style issue
## What changes were proposed in this pull request?
Travis complains "E722 do not use bare except" in python-client style check. Minor changes to fix it.
Author: jerryshao <sshao@hortonworks.com>
Closes #60 from jerryshao/python-style-fix.