summaryrefslogtreecommitdiff
path: root/coverage/parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/parser.py')
-rw-r--r--coverage/parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/parser.py b/coverage/parser.py
index 5c467a7e..3be822d5 100644
--- a/coverage/parser.py
+++ b/coverage/parser.py
@@ -367,7 +367,7 @@ class ByteParser:
for attr in ['co_lnotab', 'co_firstlineno']:
if not hasattr(self.code, attr):
raise StopEverything( # pragma: only jython
- "This implementation of Python doesn't support code analysis.\n"
+ "This implementation of Python doesn't support code analysis.\n" +
"Run coverage.py under another Python for this command."
)