Comment 0 for bug 1649693

Revision history for this message
Maxime Simard (msimard) wrote :

Hi,

I keep getting that error in my code.

my_tool.py:1444:48: E999 SyntaxError: invalid syntax
        all_osd = {x: tmp_all_osd[x] for x in requested_list}
                                       ^

Can't figure out what is wrong here.
Python execute the line just fine and the result is as expected.

Using Python 2.7
pyflakes 1.3.0

Any insight?

Thanks a lot,

Max