We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7287ffe commit e0da316Copy full SHA for e0da316
1 file changed
addons/cppcheckdata.py
@@ -802,6 +802,6 @@ def reportError(location, severity, message, addon, errorId):
802
errout = sys.stdout
803
loc = '[%s:%i:%i]' % (location.file, location.linenr, location.col)
804
else:
805
- errout = sys.errout
+ errout = sys.stderr
806
loc = '[%s:%i]' % (location.file, location.linenr)
807
errout.write('%s (%s) %s [%s-%s]\n' % (loc, severity, message, addon, errorId))
0 commit comments