src/mercurialserver/config.py
changeset 225 ff08fd5b1a62
parent 217 32b431977bf9
child 242 03d8f07230b3
--- a/src/mercurialserver/config.py	Tue Nov 17 12:36:56 2009 +0000
+++ b/src/mercurialserver/config.py	Tue Dec 01 15:35:30 2009 +0000
@@ -27,9 +27,10 @@
 
 def configExists():
     try:
-        _getAuthorizedKeysPath()
+        getAuthorizedKeysPath()
         return True
-    except:
+    except Exception, e:
+        print e
         return False
 
 def getKeysPaths(): return _getPaths("keys")