projects
/
tools
/
git-buildpackage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b678c6a
)
examples: fix logging
author
Guido Günther
<agx@sigxcpu.org>
Thu, 14 Mar 2013 06:13:20 +0000
(07:13 +0100)
committer
Guido Günther
<agx@sigxcpu.org>
Thu, 14 Mar 2013 06:14:01 +0000
(07:14 +0100)
Thanks: Carsten Schoenert
examples/gbp-posttag-push
patch
|
blob
|
history
diff --git
a/examples/gbp-posttag-push
b/examples/gbp-posttag-push
index
012670d
..
76235ad
100755
(executable)
--- a/
examples/gbp-posttag-push
+++ b/
examples/gbp-posttag-push
@@
-84,7
+84,7
@@
def main(argv):
parser = GbpOptionParser(command=os.path.basename(argv[0]), prefix='',
usage='%prog [options] paths')
except ConfigParser.ParsingError as err:
- gbp.log.err
r
or(err)
+ gbp.log.error(err)
return 1
parser.add_option("-d", "--dry-run", dest="dryrun", default=False,