AttributeError: 'Checker' object has no attribute 'JOINEDSTR'

Bug #1624098 reported by Bob Alexander
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Pyflakes
Fix Released
Undecided
Unassigned

Bug Description

Seems to occur when checking code that has adjacent string literals. e.g. "abc" "def", but not totally sure that's the cause.

Hopefully this will be easy to spot by looking at your source code. Let me know of you need more info.

Bob

Revision history for this message
John Vandenberg (jayvdb) wrote :

This has been fixed in master - https://github.com/PyCQA/pyflakes/pull/80

Changed in pyflakes:
status: New → Fix Committed
Revision history for this message
Bob Alexander (bobjalex) wrote : Re: [Bug 1624098] Re: AttributeError: 'Checker' object has no attribute 'JOINEDSTR'

Thanks for reply -- I patched my version and all is well.

On Thu, Sep 15, 2016 at 2:08 PM, John Vandenberg <email address hidden> wrote:

> This has been fixed in master -
> https://github.com/PyCQA/pyflakes/pull/80
>
> ** Changed in: pyflakes
> Status: New => Fix Committed
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1624098
>
> Title:
> AttributeError: 'Checker' object has no attribute 'JOINEDSTR'
>
> Status in Pyflakes:
> Fix Committed
>
> Bug description:
> Seems to occur when checking code that has adjacent string literals.
> e.g. "abc" "def", but not totally sure that's the cause.
>
> Hopefully this will be easy to spot by looking at your source code.
> Let me know of you need more info.
>
> Bob
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/pyflakes/+bug/1624098/+subscriptions
>

John Vandenberg (jayvdb)
Changed in pyflakes:
status: Fix Committed → Fix Released
Revision history for this message
Christian Clauss (cclauss) wrote :

It seems to be back...

flake8 testing of https://github.com/facebookresearch/ParlAI on Python 3.6.2

$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics

https://travis-ci.org/cclauss/itinerant-tester/jobs/267556539#L576

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.