client: show json state file when there is invalid data

Bug: 1101481
Change-Id: I4a00edc0478d71771b87a3e6c86362b63ffcf2fb
Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-py/+/2277556
Commit-Queue: Ye Kuang <yekuang@google.com>
Reviewed-by: Ye Kuang <yekuang@google.com>
Auto-Submit: Takuto Ikuta <tikuta@chromium.org>
Cr-Mirrored-From: https://chromium.googlesource.com/infra/luci/luci-py
Cr-Mirrored-Commit: d4298ef590a4425532a60dd8d29f837b4c3ef1a2
1 file changed
tree: 23a042b08b737f4845b5936f263ee7bb6ea9f494
  1. example/
  2. libs/
  3. tests/
  4. third_party/
  5. tools/
  6. utils/
  7. .gitignore
  8. auth.py
  9. cipd.py
  10. isolate.py
  11. isolate_format.py
  12. isolate_storage.py
  13. isolated_format.py
  14. isolateserver.py
  15. LICENSE
  16. local_caching.py
  17. LUCI_CONTEXT.md
  18. OWNERS
  19. PRESUBMIT.py
  20. README.md
  21. README.py
  22. run_isolated.py
  23. swarming.py
  24. test.py
  25. trace_inputs.py
  26. unittest.cfg
  27. update_isolated.sh
  28. WATCHLISTS
README.md

LUCI Python Client

This is the Python Client code for LUCI. It's part of the main python repo, and is also mirrored into a standalone client-py repo.

To contribute changes you need to clone the main python repo and then use git cl upload. The client-py repo mirror (which appears in Chromium's third_party directory) cannot be contributed to directly.

License

This project is licensed under Apache v2.0 license. See LICENSE for details.