From 54026455a5f4da5aad49918d689eacc879217b40 Mon Sep 17 00:00:00 2001 From: Mark Jordan Date: Mon, 2 Dec 2024 11:16:17 -0800 Subject: [PATCH] Resolves #854. --- workbench_utils.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/workbench_utils.py b/workbench_utils.py index b771069..b23eaaa 100644 --- a/workbench_utils.py +++ b/workbench_utils.py @@ -3163,10 +3163,9 @@ def check_input(config, args): + str(count) + ") does not exist (HTTP response code is " + str(path_exists_response.status_code) - + ")." + + ") so is available as a redirect." ) - logging.warning(message) - warnings_about_redirect_input_csv = True + logging.info(message) continue else: # We've already tested for 3xx responses, so assume that the path exists.