diff --git a/.envrc b/.envrc deleted file mode 100644 index 294defc6c..000000000 --- a/.envrc +++ /dev/null @@ -1,4 +0,0 @@ -layout pyenv 3.12.6 -python -m pip install --upgrade pip -python -m pip install -r requirements.txt - diff --git a/modules/config.py b/modules/config.py index cda9728ac..9289f8106 100644 --- a/modules/config.py +++ b/modules/config.py @@ -964,7 +964,7 @@ def check_for_attribute(data, attribute, parent=None, test_list=None, translatio "managed": check_for_attribute(input_dict, "managed", var_type="bool", default_is_none=True, save=False), "configured": check_for_attribute(input_dict, "configured", var_type="bool", default_is_none=True, save=False), "less": check_for_attribute(input_dict, "less", var_type="int", default_is_none=True, save=False, int_min=1), - "ignore_empty_smart_collections": check_for_attribute(input_dict, "ignore_smart", var_type="bool", default=True, save=False), + "ignore_empty_smart_collections": check_for_attribute(input_dict, "ignore_empty_smart_collections", var_type="bool", default=True, save=False), } elif op == "mass_collection_content_rating_update": section_final[op] = {