File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717#
18- # $Id: roundupdb.py,v 1.79 2003-01-27 16:32:48 kedder Exp $
18+ # $Id: roundupdb.py,v 1.80 2003-01-27 17:02:46 kedder Exp $
1919
2020__doc__ = """
2121Extending hyperdb with types specific to issue-tracking.
@@ -62,7 +62,7 @@ def getUserTimezone(self):
6262 userid = self .getuid ()
6363 try :
6464 timezone = int (self .user .get (userid , 'timezone' ))
65- except (KeyError , ValueError ):
65+ except (KeyError , ValueError , TypeError ):
6666 # If there is no class 'user' or current user doesn't have timezone
6767 # property or that property is not numeric assume he/she lives in
6868 # Greenwich :)
You can’t perform that action at this time.
0 commit comments