Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into itemsubjector_class
Browse files Browse the repository at this point in the history
  • Loading branch information
dpriskorn committed Mar 31, 2022
2 parents 8879757 + 9827b3f commit ba54de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def get_validated_main_subjects_as_jobs(
job.suggestion.print_search_strings()
if (
config.automatically_approve_jobs_with_less_than_fifty_matches
and len(job.items.number_of_items) < 50
and job.items.number_of_items < 50
):
console.print(
f"This job with {job.items.number_of_items} matching items was automatically approved",
Expand Down

0 comments on commit ba54de3

Please sign in to comment.