-
Notifications
You must be signed in to change notification settings - Fork 4
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
add options #5
base: master
Are you sure you want to change the base?
add options #5
Conversation
kentokento
commented
Feb 3, 2016
Thanks, we'll review it as soon as the tests are green, can you check the error on CircleCI? |
Thank you very much for the information. I will check it. |
fixed |
@@ -1 +1,2 @@ | |||
*.pyc | |||
dynamodb_create_cloudwatch_alarms.egg-info |
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.
prefix with /
?
Thanks for your contribution! |
@@ -1,2 +1,3 @@ | |||
*.pyc | |||
dynamodb_create_cloudwatch_alarms.egg-info | |||
exec.sh |
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.
Looks like your own stuff, not needed in here.
def __count(): | ||
i[0] += 1 | ||
if i[0] > 10: | ||
time.sleep(5) |
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.
why sleeping?