Bug 1747895
| Summary: | Running ipa-server-install produces SyntaxWarning: "is not" with a literal. Did you mean "!="? | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jan Pazdziora (Red Hat) <jpazdziora> |
| Component: | freeipa | Assignee: | IPA Maintainers <ipa-maint> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 32 | CC: | abokovoy, cheimes, contribs, fcami, frenaud, ipa-maint, jcholast, jhrozek, jpazdziora, lslebodn, pvoborni, rcritten, ssorce, twoerner |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-03-31 07:14:36 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Jan Pazdziora (Red Hat)
2019-09-02 08:33:21 UTC
The other warning was filed as 1747894 against sssd. Upstream ticket: https://pagure.io/freeipa/issue/8057 Fixed upstream master: https://pagure.io/freeipa/c/02262ac7cfa52926fd0c943ddf6e96269e90e218 There are few more: /usr/lib/python3.8/site-packages/ipaserver/plugins/config.py:506: SyntaxWarning: "is" with a literal. Did you mean "=="? if entry_attrs['ipasearchrecordslimit'] is 0: /usr/lib/python3.8/site-packages/ipaserver/plugins/config.py:511: SyntaxWarning: "is" with a literal. Did you mean "=="? if entry_attrs['ipasearchtimelimit'] is 0: Fixed upstream ipa-4-8: https://pagure.io/freeipa/c/79b9d59674e08250e8dd060ed3f1e9e56dd3ae38 Hi Lukas, thanks, I'll fix them this afternoon. Or, rather, Flo has already done it: https://github.com/freeipa/freeipa/pull/3614 Fixed upstream master: https://pagure.io/freeipa/c/4a437a3c422ee8a7b3dfee9a90abc2d9cc9e7990 Fixed upstream master: https://pagure.io/freeipa/c/8d2125f654268fa2b80c86af3b51b63fa02f6a69 https://pagure.io/freeipa/c/0fc4b8c25cb4f1ee49cbf9b47610168b24a9ee56 https://pagure.io/freeipa/c/0d7eb0a972b3031d7f28f71b1a768395a8127853 Fixed upstream ipa-4-8: https://pagure.io/freeipa/c/129adb40626a1b91269d71cc8f21d193f1e65c8c Fixed upstream ipa-4-8: https://pagure.io/freeipa/c/576e2ce855e3cc8ae31752ecba0f3c5114e5bf7a Fix upstream: ipa-4-8: https://pagure.io/freeipa/c/70302ab6f2051235df8f10d22cf2ae03688e4e98 https://pagure.io/freeipa/c/4c17a9b9dbff30dc412bafdc54ac9832f021c37b This bug appears to have been reported against 'rawhide' during the Fedora 32 development cycle. Changing version to 32. |