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
We've exposed things like pre_processors that may mean you could in theory want to grab data from a preprocessor defined key, it will never evaluate those because of this check. Ultmately unsure if skipping here actually saves us anything and might be overkill in the first place.
The text was updated successfully, but these errors were encountered:
nautobot-app-device-onboarding/nautobot_device_onboarding/nornir_plays/formatter.py
Line 88 in 897ea3f
We've exposed things like
pre_processors
that may mean you could in theory want to grab data from a preprocessor defined key, it will never evaluate those because of this check. Ultmately unsure if skipping here actually saves us anything and might be overkill in the first place.The text was updated successfully, but these errors were encountered: