Skip to content

Commit 38c61b6

Browse files
authored
BUG: typo
1 parent 24da330 commit 38c61b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/openblas_support.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def unpack_windows_zip(fname):
151151
'in downloaded zipfile' % OPENBLAS_LONG
152152
if get_ilp64() is None:
153153
target = os.path.join(gettempdir(), 'openblas.a')
154-
else
154+
else:
155155
target = os.path.join(gettempdir(), 'openblas64_.a')
156156
with open(target, 'wb') as fid:
157157
fid.write(zf.read(lib[0]))

0 commit comments

Comments
 (0)