Closed rgil-splunk closed 2 years ago
For new apps, splunk_base_data will be None, however we were trying to index into the result regardless: https://github.com/splunk-soar-connectors/splunkitsi/runs/7577531943?check_suite_focus=true#step:10:611
splunk_base_data
Add a check that it's defined before trying to index into the value.
For new apps,
splunk_base_data
will be None, however we were trying to index into the result regardless: https://github.com/splunk-soar-connectors/splunkitsi/runs/7577531943?check_suite_focus=true#step:10:611Add a check that it's defined before trying to index into the value.