Skip to content

Commit afd454f

Browse files
committed
Fix lint error
1 parent 019a645 commit afd454f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def build_extension(self, ext):
5454
cythonized_ext.include_dirs = [
5555
os.path.join(prefix, "include")]
5656
cythonized_ext.libraries = ["isal"]
57-
try: # First try to link dynamically
57+
try: # First try to link dynamically
5858
super().build_extension(cythonized_ext)
5959
except CompileError:
6060
# Dynamic linking failed, build ISA-L and link statically.

0 commit comments

Comments
 (0)