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

Dogstream clobber #12

Merged
merged 2 commits into from
Mar 29, 2012
Merged

Dogstream clobber #12

merged 2 commits into from
Mar 29, 2012

Conversation

alq666
Copy link
Member

@alq666 alq666 commented Mar 27, 2012

@clofresh ran into the problem where only the last custom parser was getting its results saved. That's caused by the output.update that was replacing

{ 'dogstream': [old, old, old]}

with

{ 'dogstream': [new, new, new]}

Now we should get:

{ 'dogstream': [old, old, old, new, new, new] }

@ghost ghost assigned alq666 Mar 27, 2012
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.

2 participants