-
Hi everybody, I have a problem regarding Initialization of Nornir in Nornir 3.3.0. I am using this config file:
When I now try to initialize Nornir with It fails with the error message:
When I do the same with the exact same config file in Nornir 3.1.1 it works perfectly fine. Thanks in advance for your help! Best, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Not sure if this was just a posting to GitHub error (and it doesn't really match your error message), but this would not be valid:
i.e. you have a trailing quote there. |
Beta Was this translation helpful? Give feedback.
-
It would be interesting to see which
Can you get that from the debugger? |
Beta Was this translation helpful? Give feedback.
It would be interesting to see which
entry_point
it is failing on here:for entry_point in metadata.entry_points(group=self._entry_point):
Can you get that from the debugger?