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
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
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
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