getShotParents scripting command returns [] when it would make sense for it to return array of two nulls like it does on shots without parents for consistency of returned value contents.
Description
Description
Details
Details
- Severity
- Tweak
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- Scripting
Steps To Reproduce
- Execute getShotParents objNull
- Observe [] instead of [<NULL-object>,<NULL-object>]