diff scripts/notify-roundup/notify-roundup.py @ 4184:d08f7bf744f8 gsoc-2009

temporary hack
author Pygi <pygi@users.sourceforge.net>
date Tue, 07 Jul 2009 16:19:32 +0000
parents 7fc0b90592d5
children 64f3d374f496
line wrap: on
line diff
--- a/scripts/notify-roundup/notify-roundup.py	Tue Jul 07 16:16:56 2009 +0000
+++ b/scripts/notify-roundup/notify-roundup.py	Tue Jul 07 16:19:32 2009 +0000
@@ -172,9 +172,10 @@
     else:
         try:
             userid = db.user.lookup(repos.author)
-        except KeyError:
-            raise Failed, 'no Roundup user matching %s'%repos.author
-    username = db.user.get(userid, 'username')
+        #except KeyError:
+            #raise Failed, 'no Roundup user matching %s'%repos.author
+    #username = db.user.get(userid, 'username')
+    username = "admin"
     db.close()
 
     # tell Roundup

Roundup Issue Tracker: http://roundup-tracker.org/