Roundup Tracker - Issues

Message326

Author stefan
Recipients
Date 2002-09-05.04:06:26
Message-id
In-reply-to
Logged In: YES 
user_id=764

what errors can occure here ? Why are you catching exceptions
in the first place, instead of just letting the caller deal
with them ?

If you want the convenience of a clear error message (and no
backtrace), you should probably wrap the imp.load_package()
in a try block, and then issue a sensible error message and
abort...
History
Date User Action Args
2009-02-03 14:20:03adminlinkissue604875 messages
2009-02-03 14:20:03admincreate