[client] Fix regression in d335c4bf86

fs.readlink() is not yet implemented on Windows. So do not run the named cache
verification code there for now.

TBR=qyearsley@chromium.org

Bug: 717716, 853721
Change-Id: I1de0375a5ca59e0f72bc9e68827dcaec2ccaa190
Reviewed-on: https://chromium-review.googlesource.com/1104381
Commit-Queue: Marc-Antoine Ruel <maruel@chromium.org>
Reviewed-by: Marc-Antoine Ruel <maruel@chromium.org>
Cr-Mirrored-From: https://chromium.googlesource.com/infra/luci/luci-py
Cr-Mirrored-Commit: 6b6fa798293dcc22ad6fb99087b1a3b0842baf2c
2 files changed
tree: bb7c4fb9e4b9913f4aca3d7d6462a8f94a270b2b
  1. example/
  2. libs/
  3. proto/
  4. tests/
  5. third_party/
  6. tools/
  7. utils/
  8. .gitignore
  9. auth.py
  10. cipd.py
  11. isolate.py
  12. isolate_format.py
  13. isolate_storage.py
  14. isolated_format.py
  15. isolateserver.py
  16. LICENSE
  17. local_caching.py
  18. LUCI_CONTEXT.md
  19. OWNERS
  20. PRESUBMIT.py
  21. README.md
  22. README.py
  23. run_isolated.py
  24. swarming.py
  25. trace_inputs.py
  26. 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.

License

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