summaryrefslogtreecommitdiff
path: root/morphlib/execute.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-01-11 12:25:53 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-01-11 12:25:53 +0000
commitf672505c89e0c0854af85ff2f0fdfe61415ca57e (patch)
tree4a8fc218fd07799729818fe32b80aa4fc63620e8 /morphlib/execute.py
parentccdd5c8f40ce59d8f7c429e38ce916daa7b88c82 (diff)
downloadmorph-f672505c89e0c0854af85ff2f0fdfe61415ca57e.tar.gz
mark more stuff outside of test coverage
This bit is now twice excluded. The version of coverage.py in Debian squeeze does not work with the original one, so the new one should hopefully help.
Diffstat (limited to 'morphlib/execute.py')
-rw-r--r--morphlib/execute.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/execute.py b/morphlib/execute.py
index be44c978..1e2f8eae 100644
--- a/morphlib/execute.py
+++ b/morphlib/execute.py
@@ -45,7 +45,7 @@ class Execute(object):
try:
object.__del__(self)
except AttributeError:
- pass
+ pass # pragma: no cover
if self._fakeroot_session:
os.remove(self._fakeroot_session)