Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow specification of GS_LOCATION for placing assets in subdirectory. #355

Merged
merged 2 commits into from
Mar 1, 2018

Conversation

prdonahue
Copy link
Contributor

No description provided.

try:
return safe_join(self.location, name)
except ValueError:
raise SuspiciousOperation("Attempted access to '%s' denied." %
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're not importing SuspiciousOperation

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops. Fixed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jleclanche are there changes still required here?

@codecov-io
Copy link

codecov-io commented Jul 4, 2017

Codecov Report

Merging #355 into master will decrease coverage by 0.01%.
The diff coverage is 80%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #355      +/-   ##
==========================================
- Coverage   75.58%   75.56%   -0.02%     
==========================================
  Files          11       11              
  Lines        1544     1551       +7     
==========================================
+ Hits         1167     1172       +5     
- Misses        377      379       +2
Impacted Files Coverage Δ
storages/backends/gcloud.py 94.64% <80%> (-1.01%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b5027d2...686d36a. Read the comment docs.

@jgoclawski
Copy link

Any chance this could be merged and released? Seems approved and good to go.
Fixes #387 BTW.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants