X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=dak%2Fprocess_new.py;h=e5de419e825e3779c83deb12c15d114ce21f94f0;hb=870e5fa80b2c9414b8a80bb968fec92a43888b4d;hp=094649a55da989e6815611679d1f30a1b0afeb02;hpb=e96a81660d4d94f4ace02484e63873e7d38b0877;p=dak.git diff --git a/dak/process_new.py b/dak/process_new.py index 094649a5..e5de419e 100755 --- a/dak/process_new.py +++ b/dak/process_new.py @@ -517,7 +517,7 @@ def edit_overrides (new): got_answer = 0 while not got_answer: answer = daklib.utils.our_raw_input(prompt) - if not daklib.utils.str_isnum(answer): + if not answer.isdigit(): answer = answer[:1].upper() if answer == "E" or answer == "D": got_answer = 1 @@ -950,7 +950,7 @@ def main(): # Kill me now? **FIXME** Cnf["Dinstall::Options::No-Mail"] = "" - bcc = "X-DAK: dak process-new\nX-Katie: this header is obsolete" + bcc = "X-DAK: dak process-new\nX-Katie: lisa $Revision: 1.31 $" if Cnf.has_key("Dinstall::Bcc"): Upload.Subst["__BCC__"] = bcc + "\nBcc: %s" % (Cnf["Dinstall::Bcc"]) else: