Roundup Tracker - Issues

Message65

Author grubert
Recipients
Date 2001-11-08.10:12:56
Message-id
In-reply-to
Logged In: YES 
user_id=147070

upload didnot work: the unidiff
--
Index: roundup-admin
===================================================================
RCS file: /cvsroot/roundup/roundup/roundup-admin,v
retrieving revision 1.40
diff -u -r1.40 roundup-admin
--- roundup-admin   2001/11/08 04:42:00 1.40
+++ roundup-admin   2001/11/08 10:04:37
@@ -664,7 +664,10 @@

         # do the command
         try:
-            return function(args[1:])
+            try:
+                return function(args[1:])
+            except KeyError:
+                print 'Class not found: ',args[1:] 
         finally:
             self.db.close()
History
Date User Action Args
2009-02-03 14:19:58adminlinkissue479508 messages
2009-02-03 14:19:58admincreate