Skip to content

AT6-759 allow changing the subarray resourcing JSON key

Andrew Bolin requested to merge at6-759-subarray-resource into master

SKASubarrayResourceManager formerly used a hard-coded key "example" to select from JSON input to the assign & release methods. This merge allows changing that key via an optional parameter to __init__, defaulting to "example" for backward-compatibility.

Edited by Andrew Bolin

Merge request reports