tmunzer/mist_library

script org_inventory_deploy.py not working

Closed this issue · 2 comments

when executing script org_inventory_deploy.py i get the following error:

Traceback (most recent call last):
  File "org_inventory_deploy.py", line 943, in <module>
    start(
TypeError: start() got an unexpected keyword argument 'org_name'

could you help with this?
I reinstalled Python and updated the mistapi pip package to no avail.

Hi,

It should be fixed, can you give it a try?
There was an error in the function parameter name.

Hi,

Yes it works like a charm now, thanks for fixing!