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
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "{ENV{\mergekit-yaml.exe\__main__.py", line 8, in <module>
File "{ENV}\click\core.py", line 1157, in __call__
return self.main(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "{ENV}\click\core.py", line 1078, in main
rv = self.invoke(ctx)
^^^^^^^^^^^^^^^^
File "{ENV}\click\core.py", line 1434, in invoke
return ctx.invoke(self.callback, **ctx.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "{ENV}\click\core.py", line 783, in invoke
return __callback(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "{ENV}\mergekit\options.py", line 82, in wrapper
f(*args, **kwargs)
File "{ENV}\mergekit\scripts\run_yaml.py", line 47, in main
run_merge(
File "{ENV}\mergekit\merge.py", line 96, in run_merge
for _task, value in exec.run(quiet=options.quiet):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "{ENV}\mergekit\graph.py", line 197, in run
res = task.execute(**arguments)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "{ENV}\mergekit\tokenizer\embed.py", line 62, in execute
token_configs = dict(**self.tokens) or {}
^^^^^^^^^^^^^^^^^^^
TypeError: dict() argument after ** must be a mapping, not NoneType
What am I missing?
The text was updated successfully, but these errors were encountered:
I have this YAML config:
And am getting this error:
What am I missing?
The text was updated successfully, but these errors were encountered: