Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
Signed-off-by: ClemensLinnhoff <clemens.linnhoff@partner.bmw.de>
  • Loading branch information
ClemensLinnhoff committed Jun 6, 2024
1 parent 5ac3985 commit 68c93fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@ def generate(self):
for source in self.osi_files:
sys.stdout.write("Protobuf-compiling " + source + "\n")
source_path = os.path.join(package_name, source)
subprocess.check_call([self.find_protoc(), "--python_out=.", "--pyi_out=.", source_path])
subprocess.check_call(
[self.find_protoc(), "--python_out=.", "--pyi_out=.", source_path]
)

def maybe_generate(self):
if os.path.exists("osi_version.proto.in"):
Expand Down

0 comments on commit 68c93fb

Please sign in to comment.