From: Joerg Jaspert <joerg@debian.org>
Date: Wed, 15 Apr 2009 08:16:19 +0000 (+0200)
Subject: p-n
X-Git-Tag: debian-r/squeeze~1173
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ed5d2fd01bb5201bb991dbeee87bccf04397c320;p=dak.git

p-n

yay, we want a string here

Signed-off-by: Joerg Jaspert <joerg@debian.org>
---

diff --git a/dak/process_new.py b/dak/process_new.py
index 18d36103..7b02a8d9 100755
--- a/dak/process_new.py
+++ b/dak/process_new.py
@@ -755,7 +755,7 @@ def init():
         try:
             Logger = Upload.Logger = logging.Logger(Cnf, "process-new")
         except CantOpenError, e:
-            Options["Trainee"] = True
+            Options["Trainee"] = "Oh yes"
 
     projectB = Upload.projectB