[Freeipa-devel] [freeipa PR#701][comment] ipa help doesn't always work

2017-06-09 Thread neffs via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/701 Title: #701: ipa help doesn't always work neffs commented: """ @martbab I pushed this additional change but pylint still reports this error which is clearly wrong because the line is only executed if it is an instance of bytes. Could you please

[Freeipa-devel] [freeipa PR#701][synchronized] ipa help doesn't always work

2017-06-09 Thread neffs via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/701 Author: neffs Title: #701: ipa help doesn't always work Action: synchronized To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/701/head:pr701 git checkout pr701 From a806f26fca0eb1

[Freeipa-devel] [freeipa PR#701][comment] ipa help doesn't always work

2017-06-02 Thread neffs via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/701 Title: #701: ipa help doesn't always work neffs commented: """ Not sure why pylint is reporting this, it looks fine to me and I didn't change this function. ```python if isinstance(self._help, bytes): self._help = json.loads(s

[Freeipa-devel] [freeipa PR#701][comment] ipa help doesn't always work

2017-05-26 Thread neffs via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/701 Title: #701: ipa help doesn't always work neffs commented: """ Not sure why pylint is reporting this, it looks fine to me and I didn't change this function. ```python if isinstance(self._help, bytes): self._help = json.loads(s