Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Set bucket name as keyword argument
Browse files Browse the repository at this point in the history
This had come unstuck during a monster rebase.
  • Loading branch information
robyoung committed Dec 20, 2013
1 parent a0a3192 commit 1873e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backdrop/write/admin_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def _store_data(bucket_config):
app.logger.error("Upload error: %s" % e.message)
return render_template("upload_error.html",
message=e.message,
bucket.name), 400
bucket_name=bucket.name), 400

return render_template('upload_ok.html')

Expand Down

0 comments on commit 1873e13

Please sign in to comment.