We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9771ce3 commit 863b927Copy full SHA for 863b927
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