This commit is contained in:
Markus Heiser
2025-02-09 15:06:46 +01:00
committed by GitHub
3 changed files with 19 additions and 4 deletions
+1 -1
View File
@@ -384,7 +384,7 @@ def extract_response_info(result):
def response(resp):
'''Scrap *results* from the response (see :ref:`engine results`).'''
'''Scrap *results* from the response (see :ref:`result types`).'''
results = []
if no_result_for_http_status and resp.status_code in no_result_for_http_status: