Discussion:
[Freeipa-devel] [freeipa PR#594][opened] Fix Python 3 pylint errors
tiran
2017-03-15 07:49:23 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/594
Author: tiran
Title: #594: Fix Python 3 pylint errors
Action: opened

PR body:
"""
```
************* Module ipaserver.install.ipa_kra_install
ipaserver/install/ipa_kra_install.py:25: [W0402(deprecated-module), ] Uses of a deprecated module 'optparse')
************* Module ipapython.install.core
ipapython/install/core.py:163: [E1101(no-member), _knob] Module 'types' has no 'TypeType' member)
************* Module ipatests.test_ipapython.test_dn
ipatests/test_ipapython/test_dn.py:1205: [W1505(deprecated-method), TestDN.test_x500_text] Using deprecated method assertEquals())
************* Module ipa-ca-install
install/tools/ipa-ca-install:228: [E1101(no-member), install_master] Instance of 'ValueError' has no 'message' member)
install/tools/ipa-ca-install:232: [E1101(no-member), install_master] Instance of 'ValueError' has no 'message' member)
```

Signed-off-by: Christian Heimes <***@redhat.com>
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/594/head:pr594
git checkout pr594
tiran
2017-03-15 10:31:18 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/594
Author: tiran
Title: #594: Fix Python 3 pylint errors
Action: synchronized

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/594/head:pr594
git checkout pr594
tiran
2017-03-15 10:50:19 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/594
Author: tiran
Title: #594: Fix Python 3 pylint errors
Action: synchronized

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/594/head:pr594
git checkout pr594
tiran
2017-03-15 11:07:05 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/594
Author: tiran
Title: #594: Fix Python 3 pylint errors
Action: synchronized

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/594/head:pr594
git checkout pr594
tiran
2017-03-15 12:42:49 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/594
Title: #594: Fix Python 3 pylint errors

tiran commented:
"""
@stlaz I fixed the problem with shadowed builtin type ```type```.
"""

See the full comment at https://github.com/freeipa/freeipa/pull/594#issuecomment-286729958
simo5
2017-03-15 13:39:04 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/594
Title: #594: Fix Python 3 pylint errors

Label: +ack
MartinBasti
2017-03-15 18:11:59 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/594
Title: #594: Fix Python 3 pylint errors

Label: +pushed
MartinBasti
2017-03-15 18:12:02 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/594
Author: tiran
Title: #594: Fix Python 3 pylint errors
Action: closed

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/594/head:pr594
git checkout pr594
MartinBasti
2017-03-15 18:12:01 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/594
Title: #594: Fix Python 3 pylint errors

MartinBasti commented:
"""
master:

* 602b395cf19b0ae0b8ade1c13ddaf09175ed7291 Fix Python 3 pylint errors
"""

See the full comment at https://github.com/freeipa/freeipa/pull/594#issuecomment-286831708
Loading...