Skip to content

Commit 1dc878b

Browse files
committed
Fix pip installs on Windows.
1 parent 655e85d commit 1dc878b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ def initialize_options(self):
6666
print('Warning: mfg-inspector output is not fully implemented for '
6767
'Windows. OpenHTF will be installed without it.')
6868
self.skip_proto = True
69+
return
6970

7071
maybe_protoc = os.path.join(prefix, 'bin', 'protoc')
7172
if os.path.isfile(maybe_protoc) and os.access(maybe_protoc, os.X_OK):

0 commit comments

Comments
 (0)