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
Updated khal and vdirsyncer to the latest git versions, installed python2-configobj and updated my config file to the new format, removed the old khal.db and when I start khal I get:
Traceback (most recent call last):
File "/usr/bin/khal", line 9, in <module>
load_entry_point('khal==0.3.0.dev-53-g6663c9d', 'console_scripts', 'khal')()
File "/usr/lib/python2.7/site-packages/khal/cli.py", line 88, in main_khal
conf = get_config(arguments['-c'])
File "/usr/lib/python2.7/site-packages/khal/settings/settings.py", line 89, in get_config
file_error=True,
File "/usr/lib/python2.7/site-packages/configobj.py", line 1229, in __init__
self._load(infile, configspec)
File "/usr/lib/python2.7/site-packages/configobj.py", line 1304, in _load
self._parse(content)
File "/usr/lib/python2.7/site-packages/configobj.py", line 1608, in _parse
if sect_name in parent:
UnboundLocalError: local variable 'parent' referenced before assignment
Updated khal and vdirsyncer to the latest git versions, installed
python2-configobj
and updated my config file to the new format, removed the oldkhal.db
and when I start khal I get:As far as I can tell, my config is correct:
The text was updated successfully, but these errors were encountered: