This error indicates a level of nesting that doesn't match. More...
Additional Inherited Members | |
Public Member Functions inherited from robotide.preferences.configobj.ConfigObjError | |
| def | __init__ (self, message='', line_number=None, line='') |
Public Attributes inherited from robotide.preferences.configobj.ConfigObjError | |
| line | |
| line_number | |
This error indicates a level of nesting that doesn't match.
This error indicates that a line is badly written. It is neither a valid key = value line, nor a valid section marker line.
Definition at line 223 of file configobj.py.