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

no output, tests pass #33

Closed
lynxlynxlynx opened this issue Jul 30, 2018 · 2 comments
Closed

no output, tests pass #33

lynxlynxlynx opened this issue Jul 30, 2018 · 2 comments

Comments

@lynxlynxlynx
Copy link

Trying this for the first time, installed via pip for python3. Does not seem to work, without giving any errors.

Running example from the docs:

0 $ echo '{"a": {"b": 1}}' | python3 -m flatten_json
0 $ 

The 0 is the exit status.

Running the test suite also passes:

0 $ python3 /home/zuzuzu/.local/lib/python3.6/site-packages/test_flatten.py 
............
----------------------------------------------------------------------
Ran 12 tests in 0.001s

OK
0 $

Any ideas?

@manycoding
Copy link

Works for me with flatten-json 0.1.7

bash-3.2$ echo '{"a": {"b": 1}}' | python3 -m flatten_json
{"a_b": 1}

Please double check again, updating the package. If still nothing, it could be a bash problem.

@lynxlynxlynx
Copy link
Author

Yes, has been fixed since.

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

No branches or pull requests

2 participants