Skip to content

Commit

Permalink
Use results limit variable
Browse files Browse the repository at this point in the history
  • Loading branch information
homebysix committed Oct 26, 2023
1 parent 171b3df commit ca1b7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/autopkgcmd/searchcmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def search_recipes(argv: List[str]):
if len(results) > results_limit:
print()
print(
"Warning: Search yielded more than 100 results. Please try a "
f"Warning: Search yielded more than {results_limit} results. Please try a "
"more specific search term."
)
return 3
Expand Down

0 comments on commit ca1b7ad

Please sign in to comment.