diff options
Diffstat (limited to 'coverage/debug.py')
-rw-r--r-- | coverage/debug.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/debug.py b/coverage/debug.py index d173f43f..957a6fe6 100644 --- a/coverage/debug.py +++ b/coverage/debug.py @@ -124,7 +124,7 @@ def log(msg, stack=False): # pragma: debugging dump_stack_frames(out=f, skip=1) -def enable_aspectlib_maybe(): +def enable_aspectlib_maybe(): # pragma: debugging """For debugging, we can use aspectlib to trace execution. Define COVERAGE_ASPECTLIB to enable and configure aspectlib to trace |