Issue #751 - fix.
This commit is contained in:
parent
f78d87ee38
commit
9906a19e29
|
@ -291,7 +291,7 @@ class MarkInfo:
|
||||||
#: positional argument list, empty if none specified
|
#: positional argument list, empty if none specified
|
||||||
self.args = args
|
self.args = args
|
||||||
#: keyword argument dictionary, empty if nothing specified
|
#: keyword argument dictionary, empty if nothing specified
|
||||||
self.kwargs = kwargs
|
self.kwargs = kwargs.copy()
|
||||||
self._arglist = [(args, kwargs.copy())]
|
self._arglist = [(args, kwargs.copy())]
|
||||||
|
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
|
|
Loading…
Reference in New Issue