Replies: 1 comment 1 reply
-
🤔 Could you try to break down your line 25 to smaller pieces, to find exactly which step is failing? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am writing a macro that uses tree dataclasses created from a dictionary (originally it comes from a YAML file).
Although a small test works OK in a 'normal' Python script:
dict_2_dataclass.py
... it does not work if the same code is called by the mkdocs_macros_plugin:
dict_2_dataclass_mkdocs.py
see complete traceback
I've searched for any hint that can explain and solve this behaviour. I haven't found anything yet ...
If you have any hint or idea for a solution I would greatly appreciate it.
Beta Was this translation helpful? Give feedback.
All reactions