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

Support running dump_object multiple times in single execution #42

Merged
merged 3 commits into from
Jul 27, 2016

Conversation

KevinGrahamFoster
Copy link
Contributor

In my workflow, I run dump_object many times in a single execution... The gotcha I hit was the seen dict was never getting cleared, meaning that subsequent calls would be missing things that should be exported. This fix addresses that.

@KevinGrahamFoster
Copy link
Contributor Author

@davedash Any thoughts on this?

@davedash
Copy link
Owner

Looks good, can you fixup the weird whitespace issues? Otherwise I can take care of it later.

@KevinGrahamFoster
Copy link
Contributor Author

heh... Sorry that was me pep-8ing. I believe that that's the recommended indent using brackets for include.

@KevinGrahamFoster
Copy link
Contributor Author

I'm fine to change it back tho if you'd rather that.

@davedash
Copy link
Owner

Oh nm, no pep8 good. I was confused by the diff highlighter.

@davedash davedash merged commit 19cdfe2 into davedash:master Jul 27, 2016
@KevinGrahamFoster
Copy link
Contributor Author

Awesome, thanks!

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