Skip to content

Commit

Permalink
fix for python 3.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw296 committed May 17, 2020
1 parent ffa52d9 commit 9684e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testfixtures/utils.py
Expand Up @@ -68,7 +68,7 @@ def patched(*args, **keywargs):
to_add = len(getargspec(func).args[len(args):])
added = 0

exc_info = tuple()
exc_info = (None, None, None)
try:
for patching in patched.patchings:
arg = patching.__enter__()
Expand Down

0 comments on commit 9684e98

Please sign in to comment.