X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=fernanda;h=d945f7526c13c9fe44d76ee8fb5d4349d87e7e19;hb=20ef2ddf06d0c75fd3786fae338ccc3161868f7e;hp=6f1a71fbbc0b3f4e9a5accbb0bd7838fcc6735b5;hpb=15e88015bcce67148a75c87db823c57c12bd73d5;p=dak.git diff --git a/fernanda b/fernanda index 6f1a71fb..d945f752 100755 --- a/fernanda +++ b/fernanda @@ -2,7 +2,7 @@ # Script to automate some parts of checking NEW packages # Copyright (C) 2000, 2001 James Troup -# $Id: fernanda,v 1.1 2001-06-15 01:18:25 troup Exp $ +# $Id: fernanda,v 1.2 2001-06-22 22:53:14 troup Exp $ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -163,12 +163,12 @@ def main (): sys.stdout = stdout_fd; except IOError, e: if errno.errorcode[e.errno] == 'EPIPE': - utils.warn("[fernanda] Caught EPIPE; skipping.\n"); + utils.warn("[fernanda] Caught EPIPE; skipping."); pass; else: raise; except KeyboardInterrupt: - utils.warn("[fernanda] Caught C-c; skipping.\n"); + utils.warn("[fernanda] Caught C-c; skipping."); pass; #######################################################################################