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 "original" config parser is not able to handle the "%" character in the set method.
Error:
File "/usr/lib/python3.6/configparser.py", line 1193, in set
super().set(section, option, value)
File "/usr/lib/python3.6/configparser.py", line 894, in set
value)
File "/usr/lib/python3.6/configparser.py", line 402, in before_set
"position %d" % (value, tmp_value.find('%')))
ValueError: invalid interpolation syntax in '%Y.%m.%d.' at position 0
The "original" config parser is not able to handle the "%" character in the set method.
Error:
Solution hint
The text was updated successfully, but these errors were encountered: