We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9771ce3 + 863b927 commit 580a343Copy full SHA for 580a343
src/plugin/main.py
@@ -112,7 +112,7 @@ def collector_collect(params):
112
options = params["options"]
113
secret_data = params["secret_data"]
114
schema = params.get("schema")
115
- task_options = params.get("task_options")
+ task_options = params.get("task_options", {})
116
resource_type = task_options.get("resource_type")
117
118
if resource_type == "inventory.CloudServiceType":
0 commit comments