diff options
Diffstat (limited to 'coverage')
-rw-r--r-- | coverage/files.py | 1 |
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) |