diff --git a/pytools/debug.py b/pytools/debug.py index 03ae1546fee5cdf26688e75c203b53b5a5a9d109..71e08d2e06f263086421bf064239b3bed36ecf01 100644 --- a/pytools/debug.py +++ b/pytools/debug.py @@ -109,7 +109,7 @@ def refdebug(obj, top_level=True, exclude=()): # noqa: E501 pylint:disable=too response = input() if response == "d": - refdebug(r, top_level=False, exclude=exclude+[reflist]) + refdebug(r, top_level=False, exclude=exclude+tuple(reflist)) print_head = True elif response == "n": if idx + 1 < len(reflist):