Lines Matching full:ignore
165 self.output = out.decode("utf-8", errors="ignore") + err.decode("utf-8", errors="ignore")
177 self.error = err.decode("utf-8", errors="ignore")
239 out = output_res.decode("utf-8", errors="ignore")
240 err = err.decode("utf-8", errors="ignore")
284 self.error = err.decode("utf-8", errors="ignore")
321 out = out.decode("utf-8", errors="ignore")
322 err = err.decode("utf-8", errors="ignore")
383 self.output = out.decode("utf-8", errors="ignore")
388 self.error = err.decode("utf-8", errors="ignore")
814 self.error = err.decode("utf-8", errors="ignore")
825 self.output = out.decode("utf-8", errors="ignore") + err.decode("utf-8", errors="ignore")
835 self.error = err.decode("utf-8", errors="ignore")
876 self.error = stderr_base.decode("utf-8", errors="ignore")
884 self.error = stderr_patch.decode("utf-8", errors="ignore")
886 …lf.output = stdout_patch.decode("utf-8", errors="ignore") + stderr_patch.decode("utf-8", errors="i…
890 …expected = (''.join((fp.readlines()[12:]))).lstrip() # ignore license description lines and skip …
957 … base64_input = (''.join((fp.readlines()[12:]))).lstrip() # ignore license description lines
972 self.error = stderr.decode("utf-8", errors="ignore")
975 self.output = stdout.decode("utf-8", errors="ignore")