This commit is contained in:
Jesse Bannon 2023-12-28 23:26:56 -08:00
parent 3c193428ef
commit 295f64c3c8
4 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@ For subscriptions in the form of
.. code-block:: yaml
\ Subscription Name:
+ Subscription Name:
Music Videos:
- "https://url1.com/..."
Concerts:

View file

@ -70,7 +70,7 @@ class OverrideVariables:
.. code-block:: yaml
\\ Subscription Name:
+ Subscription Name:
Music Videos:
- "https://url1.com/..."
Concerts:

View file

@ -317,7 +317,7 @@ class SubscriptionValidator(SubscriptionOutput):
# Subscription defined as
# "\Sub Name":
# custom_key: "value"
elif key.startswith("\\"):
elif key.startswith("+"):
self._children.append(
SubscriptionMapValidator(
name=obj_name,

View file

@ -172,7 +172,7 @@ def preset_with_subscription_overrides_map(
preset_with_subscription_value,
**{
"parent_preset_2 | parent_preset_1": {
"\\ test_2_1": {
"+ test_2_1": {
"custom_key": "custom_value",
"custom_list": [
"elem1",