Fix comment

This commit is contained in:
Joe Rickerby
2020-08-13 11:50:17 +01:00
parent ac3523132d
commit f19c606573
+1 -1
View File
@@ -234,7 +234,7 @@ def build(options: BuildOptions) -> None:
def troubleshoot(package_dir: Path, error: Exception) -> None:
if (isinstance(error, subprocess.CalledProcessError) and error.cmd[0:2] == ['pip', 'wheel']):
# the bash script failed
# the 'pip wheel' step failed.
print('Checking for common errors...')
so_files = list(package_dir.glob('**/*.so'))