> It seems that there has been a fix to not use get_or_create anymore.
>
I disagree, we are still using get_or_create
``` script_result, _ = script_set.scriptresult_set.get_or_create( script_name=script_name, defaults={ "script_id": script_id, "status": SCRIPT_STATUS.RUNNING,
},
)
```
> It seems that there has been a fix to not use get_or_create anymore.
>
I disagree, we are still using get_or_create
script_ result, _ = script_ set.scriptresul t_set.get_ or_create(
script_ name=script_ name,
defaults= {
"script_ id": script_id,
"status" : SCRIPT_ STATUS. RUNNING,
```
},
)
```