We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6fc9ad + e4ef31f commit ac50113Copy full SHA for ac50113
jamf2snipe
@@ -903,7 +903,7 @@ for jamf_type in jamf_types:
903
jamf_value = jamf_value[item]
904
payload = {snipekey: jamf_value}
905
latestvalue = jamf_value
906
- except KeyError:
+ except (KeyError, TypeError):
907
logging.debug("Skipping the payload, because the JAMF key we're mapping to doesn't exist")
908
continue
909
0 commit comments