Signed-off-by: Karl Hasselström <kha@xxxxxxxxxxx> --- stgit/main.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/stgit/main.py b/stgit/main.py index 15582dd..8e00217 100644 --- a/stgit/main.py +++ b/stgit/main.py @@ -282,7 +282,7 @@ def main(): command.func(parser, options, args) except (StgException, IOError, ParsingError, NoSectionError), err: - print >> sys.stderr, '%s %s: %s' % (prog, cmd, err) + out.error(str(err), title = '%s %s' % (prog, cmd)) if debug_level > 0: raise else: - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html