-
Notifications
You must be signed in to change notification settings - Fork 57
Description
Describe the bug
Can't run application.
Traceback (most recent call last):
File "/opt/homebrew/bin/vit", line 8, in
sys.exit(main())
~~~~^^
File "/opt/homebrew/Cellar/vit/2.3.3/libexec/lib/python3.13/site-packages/vit/command_line.py", line 5, in main
Application(options, filters)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/vit/2.3.3/libexec/lib/python3.13/site-packages/vit/application.py", line 81, in init
self.refresh(False)
~~~~~~~~~~~~^^^^^^^
File "/opt/homebrew/Cellar/vit/2.3.3/libexec/lib/python3.13/site-packages/vit/application.py", line 963, in refresh
self.bootstrap(load_early_config)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/vit/2.3.3/libexec/lib/python3.13/site-packages/vit/application.py", line 158, in bootstrap
self.markers = Markers(self.config, self.task_config)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/vit/2.3.3/libexec/lib/python3.13/site-packages/vit/markers.py", line 42, in init
self.udas = uda.get_configured(self.task_config)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/vit/2.3.3/libexec/lib/python3.13/site-packages/vit/uda.py", line 10, in get_configured
return {k:v['type'] for k, v in subtree['uda'].items()}
~^^^^^^^^
KeyError: 'type'
To Reproduce
Installed using brew install vit on macOS.
Expected behavior
Test case
If reproducing your issue requires any TaskWarrior setup, please produce a test case script.