[CalendarServer-changes] [4256] CalendarServer/trunk/twistedcaldav/config.py

source_changes at macosforge.org source_changes at macosforge.org
Wed May 13 17:48:36 PDT 2009


Revision: 4256
          http://trac.macosforge.org/projects/calendarserver/changeset/4256
Author:   sagen at apple.com
Date:     2009-05-13 17:48:35 -0700 (Wed, 13 May 2009)
Log Message:
-----------
Fixing an exceptions typo

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/config.py

Modified: CalendarServer/trunk/twistedcaldav/config.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/config.py	2009-05-14 00:07:35 UTC (rev 4255)
+++ CalendarServer/trunk/twistedcaldav/config.py	2009-05-14 00:48:35 UTC (rev 4256)
@@ -645,7 +645,7 @@
         if configFile:
             try:
                 configDict = readPlist(configFile)
-            except IOError, OSError:
+            except (IOError, OSError):
                 log.error("Unable to open config file: %s" % (configFile,))
             else:
                 configDict = _cleanup(configDict)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090513/b92d473e/attachment.html>


More information about the calendarserver-changes mailing list