Skip to content

Commit

Permalink
[QOL-6619] add error handling for race condition during datastore fil…
Browse files Browse the repository at this point in the history
…e uploads, ckan#3980
  • Loading branch information
ThrawnCA authored and duttonw committed Nov 30, 2020
1 parent 437b6bb commit 99feeaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckan/lib/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
from bleach import clean as bleach_clean, ALLOWED_TAGS, ALLOWED_ATTRIBUTES
from pylons import url as _pylons_default_url
from ckan.common import config, is_flask_request
import ckan.plugins.toolkit as toolkit
from flask import redirect as _flask_redirect
from flask import _request_ctx_stack, current_app
from routes import redirect_to as _routes_redirect_to
Expand Down

0 comments on commit 99feeaa

Please sign in to comment.