We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b33cd4 commit 757d3caCopy full SHA for 757d3ca
test/pseudo-tty/testcfg.py
@@ -56,7 +56,7 @@ def IgnoreLine(self, str_arg):
56
else: return str_arg.startswith('==') or str_arg.startswith('**')
57
58
def IsFailureOutput(self, output):
59
- f = open(self.expected, encoding="utf-8")
+ f = open(self.expected, "r", encoding="utf-8")
60
# Convert output lines to regexps that we can match
61
env = { 'basename': basename(self.file) }
62
patterns = [ ]
0 commit comments