Update code.py to stop printing wrong outputs to terminal

This commit is contained in:
HomieOmie 2023-05-06 20:35:13 -04:00 committed by GitHub
parent d0d96c71d6
commit 6fefbb82e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -1158,10 +1158,6 @@ class ReprEntry(TerminalRepr):
if is_failure_line:
# from this point on all lines are considered part of the failure
failure_lines.extend(self.lines[index:])
for line in self.lines[index:]:
print(line)
break
else:
if self.style == "value":