From cc2ed91862c02d025c0d6d385b88866017918465 Mon Sep 17 00:00:00 2001 From: James Troup Date: Fri, 15 Feb 2002 01:48:20 +0000 Subject: [PATCH] typo --- katie.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/katie.py b/katie.py index f8778155..77ff722d 100644 --- a/katie.py +++ b/katie.py @@ -2,7 +2,7 @@ # Utility functions for katie # Copyright (C) 2001 James Troup -# $Id: katie.py,v 1.1 2002-02-12 23:08:07 troup Exp $ +# $Id: katie.py,v 1.2 2002-02-15 01:48:20 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 @@ -211,7 +211,7 @@ class Katie: Subst["__MAINTAINER_TO__"] = changes["maintainer822"]; Subst["__MAINTAINER__"] = changes.get("maintainer", "Unknown"); if self.Cnf.has_key("Dinstall::TrackingServer") and changes.has_key("source"): - Subst["__MAINTAINER_TO__"] = Subst["__MAINTAINER_TO__"] + "\nBcc: %s@%s" % (changes["source"], Cnf["Dinstall::TrackingServer"]) + Subst["__MAINTAINER_TO__"] = Subst["__MAINTAINER_TO__"] + "\nBcc: %s@%s" % (changes["source"], self.Cnf["Dinstall::TrackingServer"]) Subst["__REJECT_MESSAGE__"] = reject_message; Subst["__SOURCE__"] = changes.get("source", "Unknown"); -- 2.39.5