From ecc779ed7735cd596abb5b38b9a7ebc7eb525785 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 3 Jan 2022 09:51:31 -0500 Subject: temp: does this really execute? --- coverage/files.py | 1 + 1 file changed, 1 insertion(+) (limited to 'coverage/files.py') diff --git a/coverage/files.py b/coverage/files.py index 3cf87faa..f939f1f9 100644 --- a/coverage/files.py +++ b/coverage/files.py @@ -148,6 +148,7 @@ def abs_file(path): try: path = os.path.realpath(path) except UnicodeError: + 1/0 pass path = os.path.abspath(path) path = actual_path(path) -- cgit v1.2.1