[sagenb] 59/179: fix misplaced parenthese

felix salfelder felix-guest at moszumanska.debian.org
Tue May 6 12:05:10 UTC 2014


This is an automated email from the git hooks/post-receive script.

felix-guest pushed a commit to branch master
in repository sagenb.

commit c2da6b7785453bfc5826850d9be5beedb16970ee
Author: Robin Martinjak <rob at rmartinjak.de>
Date:   Sat Mar 9 20:54:38 2013 +0100

    fix misplaced parenthese
---
 sagenb/notebook/auth.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sagenb/notebook/auth.py b/sagenb/notebook/auth.py
index 2a1aa3e..4ad0257 100644
--- a/sagenb/notebook/auth.py
+++ b/sagenb/notebook/auth.py
@@ -74,7 +74,7 @@ class LdapAuth(AuthMethod):
                 ldap.SCOPE_SUBTREE,
                 filterstr=query,
                 attrlist=attrlist,
-                timeout=self._conf['ldap_timeout'])
+                timeout=self._conf['ldap_timeout'],
                 sizelimit=sizelimit)
         except ldap.LDAPError, e:
             print 'LDAP Error: %s' % str(e)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagenb.git



More information about the debian-science-commits mailing list