Jiří Kučera

Results 20 comments of Jiří Kučera

I think this is a great suggestion. The logic behind `_patch_sys_path` is tricky. Today, I run into issue while linting namespace package containing module with the same name as a...

@jacobtylerwalls Thanks for the tips. Your PR #7114 works when running `pylint` as `pylint src`, but with `pylint src/myutils/yaml` it gave the same results. However I suppose that `pylint src`...

@jacobtylerwalls Recently I add [some code that prints variables' values](https://github.com/i386x/pylint/tree/issue-4444-tests) on top of your branch and noticed that `pylint setup.yml src tests/unit` actually skips `src` since `expand_modules` does not include...

@jacobtylerwalls **Update**: I returned back to upstream `pylint` and the problems vanished. I just realized that namespace packages work perfectly with `pylint`, at least for my use case, and also...

@richm `generate_inventory` is visible to Jinja2 now. The problem was solved by changing `{{ generate_inventory(x, ...) }}` to `{{ x | generate_inventory(...) }}`. Now the problem seems to be with...

Excerpt from [log](https://fedorapeople.org/groups/linuxsystemroles/logs/linux-system-roles-timesync-pull-linux-system-roles_timesync-103-16567ed-centos-6-20210303-083251/artifacts/ansible.log) (formatted): ``` ansible 2.8.18 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible python version...