pan-os-python icon indicating copy to clipboard operation
pan-os-python copied to clipboard

Getting args error when calling updater

Open DevGumbo opened this issue 6 years ago • 0 comments

update = updater.ContentUpdater(fw_1) update.download_install(sync_to_peer=False) Also tried it like this

update.download_install()

ERROR update.download_install() self.download(version, sync_to_peer=sync_to_peer, sync=True) typeError: download() got multiple values for keyword argument 'sync_to_peer'

Looks like it is calling the wrong class..... Thoughts ?

DevGumbo avatar Jul 16 '19 19:07 DevGumbo