Skip to content

Commit

Permalink
remove .envrc and correct var name
Browse files Browse the repository at this point in the history
  • Loading branch information
meisnate12 committed Oct 22, 2024
1 parent c0a4fc6 commit 9ccb4c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .envrc

This file was deleted.

2 changes: 1 addition & 1 deletion modules/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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] = {
Expand Down

0 comments on commit 9ccb4c2

Please sign in to comment.