Skip to content

Commit

Permalink
rename to content_check_options
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed Aug 8, 2024
1 parent c43e5a2 commit b59a1d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ofscraper/utils/args/parse/group_bundles/post_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from ofscraper.utils.args.parse.group_bundles.advanced_common import advanced_args
from ofscraper.utils.args.parse.group_bundles.common import common_args
from ofscraper.utils.args.parse.group_bundles.utils.check import check_mode_changes
from ofscraper.utils.args.parse.groups.check_content import content_options
from ofscraper.utils.args.parse.groups.check_content import content_check_options
from ofscraper.utils.args.helpers.hide_args import hide_check_mode


Expand All @@ -20,7 +20,7 @@ def post_check_args(func):
@url_group
@force
@common_args
@content_options
@content_check_options
@advanced_args
@check_mode_changes
@click.pass_context
Expand Down
2 changes: 1 addition & 1 deletion ofscraper/utils/args/parse/groups/check_content.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Filter by type, date, label, size, and media type"""
content_check_options_tuple=(timeline_strict,
check_areas)
content_options = click.option_group(
content_check_options = click.option_group(
content_check_options_desc,
*content_check_options_tuple,
help=content_check_options_help,
Expand Down

0 comments on commit b59a1d9

Please sign in to comment.