Skip to content

Commit

Permalink
Merge pull request #126 from cisco-en-programmability/develop
Browse files Browse the repository at this point in the history
sanity fixes
  • Loading branch information
fmunozmiranda authored Nov 9, 2023
2 parents c86b011 + ebbc7b3 commit 2284556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/plugin_utils/dnac.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def exit_json(self):
return self.result

def verify_array(self, verify_interface, **kwargs):
if type(verify_interface) is None:
if verify_interface is None:
return list()

if isinstance(verify_interface, list):
Expand Down

0 comments on commit 2284556

Please sign in to comment.