Public bug reported: Binary package hint: pylint
Version 0.18.0 introduced a bug that prevents it from finding modules in directories that are added to sys.path at runtime. For example, if I have a subdirectory "foo" containing a module "bar.py", I may do this in a script: import os.path import sys sys.path.append(os.path.join(sys.path[0], "foo")) import bar Pylint 0.18.0 will report that "bar" doesn't exist, while pylint 0.18.1 will correctly find and parse the module. ** Affects: pylint (Ubuntu) Importance: Undecided Status: New -- Update to pylint 0.18.1 https://bugs.launchpad.net/bugs/427234 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs