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
I have installed/configured the tool and getting the following error when launching the script "python3 run.py":
Python 3.7.3
root@.../netbox-device-autodiscovery# python3 run.py
File "run.py", line 231
if obj_id := create_or_update_nb_obj(obj_type, obj):
^
SyntaxError: invalid syntax
Could you please help with this issue ?
The text was updated successfully, but these errors were encountered:
Hello,
I have installed/configured the tool and getting the following error when launching the script "python3 run.py":
Python 3.7.3
root@.../netbox-device-autodiscovery# python3 run.py
File "run.py", line 231
if obj_id := create_or_update_nb_obj(obj_type, obj):
^
SyntaxError: invalid syntax
Could you please help with this issue ?
The text was updated successfully, but these errors were encountered: