networktocode / ntc-netbox-plugin-onboarding

A plugin for NetBox to easily onboard new devices.
Other
245 stars 46 forks source link

Fixes optional arguments in Netdev if set to None #125

Closed mzbroch closed 3 years ago

mzbroch commented 3 years ago

This PR fixes the plugin behaviour for cases where None value is passed to optional_args in NetdevKeeper. In the previous iteration, copy operation was not possible on the None object type thus resulting in an exception.

mzbroch commented 3 years ago

Replaces #124