pyflakes not working for a file

Bug #1498174 reported by asmeurer
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Pyflakes
Invalid
Undecided
Unassigned

Bug Description

I don't have time to investigate this further at the moment. In the file https://github.com/asmeurer/conda/blob/22f573847d4962797a9e82b149deefa480e17e65/conda/logic.py#L511 at the given line number, if I add an undefined variable, pyflakes gives no errors.

Revision history for this message
Phil Frost (bitglue) wrote :

I can't reproduce this in master:

    o = Optimize()
    for clause in clauses:
        o.add(clause)
        asdf
    if use_combined_eq:
        o.minimize(combined_eq)
    else:
        o.minimize(z3_version_eq)
        o.minimize(z3_package_eq)

$ pyflakes logic.py
test.py:511: undefined name 'asdf'

 Please reopen if it still seems to be an issue.

Changed in pyflakes:
status: New → Invalid
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.