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

Adding Pipetools option to _not_ write JSON files #5

Merged
merged 1 commit into from
Feb 27, 2020

Conversation

flokru
Copy link

@flokru flokru commented Feb 27, 2020

Our internal tools heavily depend upon Pipetools. However, Pipetools by design writes JSON files into the current working directory (or writes to stdout). This results in higher-level tools not requiring the JSON files (using the JSON directly as object) dripping JSON files wherever executed.

This PR adds an option to pipetools.get(...) to not write files.

@ccauet ccauet merged commit 8176a05 into master Feb 27, 2020
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