Skip to content
Snippets Groups Projects
Commit 75b43e24 authored by Sam Roberts's avatar Sam Roberts
Browse files

Revert "remove unnecessary regex"

This reverts commit 07b03ba6.
parent 07b03ba6
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,6 @@ def get_bool_request_arg(name, default=False): ...@@ -29,7 +29,6 @@ def get_bool_request_arg(name, default=False):
def _ignore_cache_or_retrieve(request_, cache_key, r): def _ignore_cache_or_retrieve(request_, cache_key, r):
return False
ignore_cache = get_bool_request_arg('ignore-cache', default=False) ignore_cache = get_bool_request_arg('ignore-cache', default=False)
if ignore_cache: if ignore_cache:
result = False result = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment