| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
You should ask @jonparrott to help with the failure. Removing the example doesn't stop the feature from being broken?
Sorry, something went wrong.
| bucket = client.get_bucket('my-bucket') | ||
| assert isinstance(bucket.list_blobs(), list) | ||
| blobs = list(bucket.list_blobs()) | ||
| assert isinstance(blobs, list) |
Sorry, something went wrong.
|
@daspecster I saw his comment, but didn't interpret it as "I give up forever" |
Sorry, something went wrong.
|
@dhermes sorry, I'm just trying to get through all this before the GA so there's at least a record of things that may be broken. I may have taken @lukesneeringer's comment in the meeting about removing examples to far in this case? |
Sorry, something went wrong.
|
Added "do not merge" label until #3222 is figured out. |
Sorry, something went wrong.
|
@daspecster You can just restore that example so you don't need to block this PR, then settle what is to be settled in #3222 |
Sorry, something went wrong.
No, you were right. If we cannot fix the code in time, I would prefer remove the example. No example (and an issue to fix the bug) is better than an example that fails. |
Sorry, something went wrong.
|
@lukesneeringer ok I'll rebase the last commit out and then we should be good on this one? |
Sorry, something went wrong.
|
Yes, with the caveat that definitely make an effort to fix the bug. :-) |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This removes the policy document example. I'm not sure why it's failing at the moment.
Also adds a line to the encryption key example to make it work out of the box.