We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 655e85d commit 1dc878bCopy full SHA for 1dc878b
setup.py
@@ -66,6 +66,7 @@ def initialize_options(self):
66
print('Warning: mfg-inspector output is not fully implemented for '
67
'Windows. OpenHTF will be installed without it.')
68
self.skip_proto = True
69
+ return
70
71
maybe_protoc = os.path.join(prefix, 'bin', 'protoc')
72
if os.path.isfile(maybe_protoc) and os.access(maybe_protoc, os.X_OK):
0 commit comments