diff options
Diffstat (limited to 'coverage/plugin.py')
-rw-r--r-- | coverage/plugin.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coverage/plugin.py b/coverage/plugin.py index 0e741a9f..32750a18 100644 --- a/coverage/plugin.py +++ b/coverage/plugin.py @@ -145,8 +145,8 @@ class FileReporter(object): def __repr__(self): return ( - "<{self.__class__.__name__}" - " filename={self.filename!r}>".format(self=self) + "<{this.__class__.__name__}" + " filename={this.filename!r}>".format(this=self) ) # Annoying comparison operators. Py3k wants __lt__ etc, and Py2k needs all |