This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[minor][fix] remove raise import error (
#2186
)
version-14
Saurabh
8 years ago
committed by
Valmik
parent
4faf51131f
commit
0f11170c7e
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
frappe/integrations/doctype/ldap_settings/ldap_settings.py
+ 0
- 1
frappe/integrations/doctype/ldap_settings/ldap_settings.py
View File
@@ -25,7 +25,6 @@ class LDAPSettings(IntegrationService):
import ldap
conn = ldap.initialize(self.ldap_server_url)
conn.simple_bind_s(self.base_dn, self.get_password(raise_exception=False))
raise ImportError
except ImportError:
msg = """
<div>
Write
Preview
Loading…
Cancel
Save