开发者

Meaning of second number in error traceback

开发者 https://www.devze.com 2023-04-03 14:07 出处:网络
Sometimes I get an error traceback stating开发者_运维技巧 that there is invalid syntax. /views.py\', 166, 23, \'

Sometimes I get an error traceback stating开发者_运维技巧 that there is invalid syntax.

/views.py', 166, 23, '

166 is the line where the debugger finds the problem. But what is the second number, 23, supposed to tell me?


Just a guess, but I'd say it's the character position on the line where the syntax error was detected.

0

精彩评论

暂无评论...
验证码 换一张
取 消