summarylogtreecommitdiffstats
path: root/rebulk.patch
diff options
context:
space:
mode:
authorDonald Webster2020-05-01 18:49:03 -0700
committerDonald Webster2020-05-01 18:49:03 -0700
commitbd956f507d9440ab8c9e63375ab5b35b5547a65a (patch)
treed521fbc5bd270ccd9da39b2b6becdc4953615066 /rebulk.patch
parent1bb64fdb2cde07a1e78a2f2b56129d7dd7c419ea (diff)
downloadaur-bd956f507d9440ab8c9e63375ab5b35b5547a65a.tar.gz
Patch isn't needed anymore...
Diffstat (limited to 'rebulk.patch')
-rw-r--r--rebulk.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/rebulk.patch b/rebulk.patch
deleted file mode 100644
index 9793452e81c1..000000000000
--- a/rebulk.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff --git a/rebulk/loose.py b/rebulk/loose.py
-index 5e747a8..e92d594 100644
---- a/rebulk/loose.py
-+++ b/rebulk/loose.py
-@@ -56,7 +56,7 @@ def call(function, *args, **kwargs):
- :rtype: object
- """
- func = constructor_args if isclass(function) else function_args
-- call_args, call_kwargs = func(function, *args, **kwargs)
-+ call_args, call_kwargs = func(function, *args, ignore_unused=True, **kwargs)
- return function(*call_args, **call_kwargs)