diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-27 10:36:16 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-27 10:36:16 -0500 |
commit | 1fa418c6c1c33117308e3d94f18f8fc1a9193393 (patch) | |
tree | 3502c943b2a3da2c41a4b59faf002db94cf3f9ac /coverage/pytracer.py | |
parent | a8f8bb898ac35acd493524d470223319b2271f4a (diff) | |
download | python-coveragepy-git-1fa418c6c1c33117308e3d94f18f8fc1a9193393.tar.gz |
Try out pylint spelling. Kinda noisy, but fixed some stuff.
Diffstat (limited to 'coverage/pytracer.py')
-rw-r--r-- | coverage/pytracer.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coverage/pytracer.py b/coverage/pytracer.py index f3f490a0..c2008d0d 100644 --- a/coverage/pytracer.py +++ b/coverage/pytracer.py @@ -146,8 +146,8 @@ class PyTracer(object): self.stopped = True if self.threading and self.thread != self.threading.currentThread(): # Called on a different thread than started us: we can't unhook - # ourseves, but we've set the flag that we should stop, so we won't - # do any more tracing. + # ourselves, but we've set the flag that we should stop, so we + # won't do any more tracing. return if self.warn: |