You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/local/bin/folderstats", line 11, in
sys.exit(main())
File "/usr/local/lib/python3.6/site-packages/folderstats/main.py", line 64, in main
df.to_json(args.output_filepath, index=False)
File "/usr/local/lib64/python3.6/site-packages/pandas/core/generic.py", line 2305, in to_json
indent=indent,
File "/usr/local/lib64/python3.6/site-packages/pandas/io/json/_json.py", line 51, in to_json
"'index=False' is only valid when 'orient' is 'split' or 'table'"
ValueError: 'index=False' is only valid when 'orient' is 'split' or 'table'
The text was updated successfully, but these errors were encountered:
$ folderstats . -i -p -v -c sha1 -o output.json
Traceback (most recent call last):
File "/usr/local/bin/folderstats", line 11, in
sys.exit(main())
File "/usr/local/lib/python3.6/site-packages/folderstats/main.py", line 64, in main
df.to_json(args.output_filepath, index=False)
File "/usr/local/lib64/python3.6/site-packages/pandas/core/generic.py", line 2305, in to_json
indent=indent,
File "/usr/local/lib64/python3.6/site-packages/pandas/io/json/_json.py", line 51, in to_json
"'index=False' is only valid when 'orient' is 'split' or 'table'"
ValueError: 'index=False' is only valid when 'orient' is 'split' or 'table'
The text was updated successfully, but these errors were encountered: