summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-01-03 09:51:31 -0500
committerNed Batchelder <ned@nedbatchelder.com>2022-01-03 09:51:31 -0500
commitecc779ed7735cd596abb5b38b9a7ebc7eb525785 (patch)
treea5b90626ba97f14e2d8ce58eb22849610cf7809a
parentfeee5b44d220385197e6d390136e433c2c56390d (diff)
downloadpython-coveragepy-git-nedbat/missing-line.tar.gz
temp: does this really execute?nedbat/missing-line
-rw-r--r--coverage/files.py1
1 files changed, 1 insertions, 0 deletions
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)