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
dnac-nbapi-hello-world.py
It looks like there are a few None values which will not be printed - I'm assuming this is due to the new devices added to the DNAC Always-on Sandbox.
To fix the issue I would suggest to explicitly convert the values to a string object by using !s, which translates into modifying line 105, so the code block would look as follows:
dnac-nbapi-hello-world.py
It looks like there are a few
None
values which will not be printed - I'm assuming this is due to the new devices added to the DNAC Always-on Sandbox.To fix the issue I would suggest to explicitly convert the values to a string object by using
!s
, which translates into modifying line 105, so the code block would look as follows:The text was updated successfully, but these errors were encountered: