Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
mkdir is needed
Signed-off-by: Achal Shah <achals@gmail.com>
  • Loading branch information
achals committed Mar 10, 2022
commit 2ed95ec5c4f03e25a38ce5bd55d6ceb8f2b83844
1 change: 1 addition & 0 deletions sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ def finalize_options(self):

def _generate_python_protos(self, path: str):
proto_files = glob.glob(os.path.join(self.proto_folder, path))
Path(self.python_folder).mkdir(exist_ok=True)
Comment thread
achals marked this conversation as resolved.
Outdated
subprocess.check_call(
self.python_protoc
+ [
Expand Down