summaryrefslogtreecommitdiff
path: root/coverage/control.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/control.py')
-rw-r--r--coverage/control.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/coverage/control.py b/coverage/control.py
index 32fb30c0..3464d66f 100644
--- a/coverage/control.py
+++ b/coverage/control.py
@@ -721,6 +721,8 @@ class Coverage(object):
def _atexit(self):
"""Clean up on process shutdown."""
+ if self.debug and self.debug.should('dataio'):
+ self.debug.write("Inside _atexit: self._auto_save = %r" % (self._auto_save,))
if self._started:
self.stop()
if self._auto_save: