Skip to content

Commit

Permalink
Resolves #854.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjordan committed Dec 2, 2024
1 parent f50e9c2 commit 5402645
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions workbench_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5402645

Please sign in to comment.