The code inspector thinks that rootid is incorrect in both places, and it makes no sense
It says "Typo in word 'rootid' "
What have I done wrong?
Thanks
PythonProgramming
Last Comment
Suhas .
8/22/2022 - Mon
Suhas .
since rootid is new word and its not recongnized, you need to add it to dictionary of PyCharm.
Once you add it and do inspect code, it will say 'No Suspecious code found'.
gelonida
@suhas
so you have to add every new variable name to a PyCharm dictionary?
I personally don't use PyCharm, but if I recall correctly, one of my friends was using PyCharm and did not have this problem.
Is this perhaps a PyCharm setting, that can be disabled?
Not everybody who's using PyCharm might want to declare every new variable name / property name to PyCharm.
Once you add it and do inspect code, it will say 'No Suspecious code found'.