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
Thanks for the report, I have identified two issues:
we are using both load-transformers and custom-transformers option names (which is fine) but we're only handling "custom-transformers" in the file configuration
documentation only mentions "load-transformer" (and with typo - no s)
bhirsz
changed the title
How to load an external transformer from a pyproject.toml ?
[Bug] load-transformer option is not parsed from the configuration file
Sep 11, 2023
bhirsz
changed the title
[Bug] load-transformer option is not parsed from the configuration file
[Bug] load-transformers option is not parsed from the configuration file
Sep 11, 2023
Discussed in #575
Originally posted by jaudiger September 7, 2023
Hi,
I wanted to know how to properly load an external transformer by setting the transformer inside the pyproject.toml file?
This is my project file:
But when I tries to run robotics, I got the following error:
Thanks !
The text was updated successfully, but these errors were encountered: