X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=tools%2Flogs.py;h=6db78d99e208a53ffe16263ac629cf53ea79e796;hb=babe25240b8866aff34d9fd240670a7876257c86;hp=c4eb6bea15add578d5ed1681db7924e3f35edfd8;hpb=ed2d1928a25b95eb69616cf10bedd02c40740d8d;p=dak.git diff --git a/tools/logs.py b/tools/logs.py index c4eb6bea..6db78d99 100755 --- a/tools/logs.py +++ b/tools/logs.py @@ -46,7 +46,7 @@ if m: raise Exception("I don't like command line arguments including char '%s'"%m.group(0)) if args: - for l in os.popen('bzgrep -H "Archive maintenance timestamp" "'+'" "'.join(args)+'"'): + for l in os.popen('bzgrep -H "^Archive maintenance timestamp" "'+'" "'.join(args)+'"'): m = LINE.match(l) if not m: raise Exception("woops '%s'"%l)