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

eventfeed2internal fix #61

Merged
merged 1 commit into from Jun 12, 2014
Merged

eventfeed2internal fix #61

merged 1 commit into from Jun 12, 2014

Conversation

maxstr
Copy link
Contributor

@maxstr maxstr commented Jun 2, 2014

Fixing key error current version throws.

@mithro
Copy link
Member

mithro commented Jun 2, 2014

Hi Max!

Can you squash your two commits together, then make your whitespace fixes in a separate commit to the config change.

Tim

@@ -105,7 +105,7 @@ def main(argv):
for channel in CONFIG.groups():
config = CONFIG.config(channel)

if not config['schedule']:
if 'schedule' not in config:
Copy link
Member

Choose a reason for hiding this comment

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

I think this needs to be

if 'schedule' not in config or not config['schedule']:

Get rid of current key error
@maxstr
Copy link
Contributor Author

maxstr commented Jun 12, 2014

Did this a bit ago, forgot to post about it. Done!

mithro added a commit that referenced this pull request Jun 12, 2014
@mithro mithro merged commit d0fe956 into timvideos:master Jun 12, 2014
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.

None yet

2 participants