anki/pylib/tools
Damien Elmes 99cb6c616e Fix intermittent anki/backend_pb2.py build error on Windows
The _pb2 files are built for both the host and target architectures
(which seems superfluous - we may be able to fix that in the future).
Our script wrote the files into the build folder and then moved them
into the correct place, but because builds are not sandboxed on Windows,
the two actions were racy, and could cause each other to fail. Solved
by writing the files directly into their target locations.
2022-03-10 17:24:23 +10:00
..
__init__.py move hook gen code out of anki/ 2020-01-15 09:11:20 +10:00
BUILD.bazel vendor stringcase 2021-10-22 08:56:44 +10:00
diff-sched.py add missing copyright headers to *.py 2021-04-13 18:45:35 +10:00
genhooks.py The importer list have a Hook (#1543) 2021-12-09 11:20:29 +10:00
hookslib.py run pyupgrade over codebase [python upgrade required] 2021-10-04 15:05:48 +10:00
protoc_wrapper.py Fix intermittent anki/backend_pb2.py build error on Windows 2022-03-10 17:24:23 +10:00
protoc-gen-mypy.py update to latest mypy_protobuf 2021-02-03 13:31:52 +10:00
rewrite_tr.py update remaining TR references in rslib 2021-03-27 11:18:34 +10:00