Sets the output format for errors.
(self, output_format)
| 884 | self.output_format = 'emacs' |
| 885 | |
| 886 | def SetOutputFormat(self, output_format): |
| 887 | """Sets the output format for errors.""" |
| 888 | self.output_format = output_format |
| 889 | |
| 890 | def SetQuiet(self, quiet): |
| 891 | """Sets the module's quiet settings, and returns the previous setting.""" |