Syntax checker issue

I’m pretty sure this shouldn’t cause a warning?

2 Likes

Can you send me a copy of that script? I have what I think is identical, but it’s not getting that error. Also, what OS are you on?

Is it possible that you are using spaces instead of tabs in that script? That could explain the warning.

Windows 10 Pro, 64-bit

So it looks like the analyzer is trying to find 4+ spaces (4 spaces = 1 tab) or 4+ tabs before a line. Since you only have 1 tab, the analyzer doesn’t like it. This is a bug that we’ll look into. It should be 4 spaces or 1 tab, not 4 spaces or tabs.

2 Likes