mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 06:37:17 +00:00
More cleanup and fixed a flake8 build issue
This commit is contained in:
@@ -230,8 +230,8 @@ def log_calls(func):
|
||||
"""
|
||||
|
||||
def wrapper(*args, **kwargs):
|
||||
unifiedArgs = _unify_args(func, args, kwargs)
|
||||
wrapper.calls.append(unifiedArgs)
|
||||
unified_args = _unify_args(func, args, kwargs)
|
||||
wrapper.calls.append(unified_args)
|
||||
return func(*args, **kwargs)
|
||||
|
||||
wrapper.calls = []
|
||||
|
||||
Reference in New Issue
Block a user