First time here? Check out the FAQ!
0

Why Wing marks multiline tuple of statements as Syntax Error, but debugs and runs it just fine?

I hope the screenshot is self-explanatory:

Why are there red squiggle underlines on coma in line 1, on whole line 2 and on ")" in line 3.

There is no syntax error here really! It works just fine in Python and does not show me an error in IDLE Python or in PyCharm.

Please fix it if possible.

Mikhail Ninin Velikoselskiy's avatar
11
Mikhail Ninin Velikoselskiy
asked 2017-11-22 14:22:00 -0500
Wingware Support's avatar
4k
Wingware Support
updated 2020-01-22 19:54:41 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

This is bug in Wing -- any multiline statement with print as the first token on line 2+ will be underlined with red squiggles.  It should be fixed in the next Wing release.

Wingware Support's avatar
4k
Wingware Support
answered 2017-11-22 14:55:00 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer