Skip to content

Commit 6cfa288

Browse files
committed
Fixed typo
There was an underscore missing in libdirs, so the argument names were inconsistent
1 parent 1fb5aa4 commit 6cfa288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyop2/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3771,7 +3771,7 @@ class Kernel(Cached):
37713771
@classmethod
37723772
@validate_type(('name', str, NameTypeError))
37733773
def _cache_key(cls, code, name, opts={}, include_dirs=[], headers=[],
3774-
user_code="", cpp=False, libs=[], libdirs=[]):
3774+
user_code="", cpp=False, libs=[], lib_dirs=[]):
37753775
# Both code and name are relevant since there might be multiple kernels
37763776
# extracting different functions from the same code
37773777
# Also include the PyOP2 version, since the Kernel class might change

0 commit comments

Comments
 (0)