-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[Asset] Add requirements.txt #1834
Conversation
Remove "All Rights Reserved.".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few things I missed in the initial review. Sorry for that, let's take another look tomorrow morning before my meetings.
Thanks! |
Please update the branch. |
except Exception: | ||
pass | ||
except Exception as e: | ||
print('Failed to delete bucket{}'.format(BUCKET)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Space between bucket and {}:
print('Failed to delete bucket: {}'.format(BUCKET))
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, consider cleaning up your formatting on the exception in the test.
…s-samples#1834) Adds asset quickstart
…s-samples#1834) Adds asset quickstart
…s-samples#1834) Adds asset quickstart
No description provided.