Skip to content
Snippets Groups Projects
Commit 3000c27f authored by Podosochnyy Maxim's avatar Podosochnyy Maxim
Browse files

Реализация ExtensionService с учётом long polling операций

parent dbd33962
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ lint: install-build-requirements ...@@ -50,7 +50,7 @@ lint: install-build-requirements
flake8 perxis/ flake8 perxis/
generate: clean-proto install-build-requirements generate: clean-proto install-build-requirements
find $(PROTO_FILES_DIR) -name '*.proto' -exec python -m grpc_tools.protoc -I ${PROTO_FILES_DIR} --python_out=$(OUTPUT_FILES_DIR) --grpc_python_out=$(OUTPUT_FILES_DIR) {} + find $(PROTO_FILES_DIR) -name '*.proto' -exec python3 -m grpc_tools.protoc -I${PROTO_FILES_DIR} --python_out=$(OUTPUT_FILES_DIR) --grpc_python_out=$(OUTPUT_FILES_DIR) {} +
python fix_imports.py python fix_imports.py
dist: clean generate dist: clean generate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment