You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the class VariableKey in utils/configfile.py is incompatible with Python version 3. It is only called in the parse_inifile function under the condition elif isinstance(node, ast.Name): which should not happen.
The text was updated successfully, but these errors were encountered:
the class
VariableKey
inutils/configfile.py
is incompatible with Python version 3. It is only called in theparse_inifile
function under the conditionelif isinstance(node, ast.Name):
which should not happen.The text was updated successfully, but these errors were encountered: