Skip to content

Commit

Permalink
Fix black error
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanc-me committed Jul 31, 2024
1 parent bf48e31 commit 7c43862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth_ldaps/models/res_company_ldap.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def _connect(self, conf):
ldap_chase_ref_disabled = (
self.env['ir.config_parameter']
.sudo()
.get_param('auth_ldap.disable_chase_ref')
.get_param("auth_ldap.disable_chase_ref")
)
if str2bool(ldap_chase_ref_disabled):
connection.set_option(ldap.OPT_REFERRALS, ldap.OPT_OFF)
Expand Down

0 comments on commit 7c43862

Please sign in to comment.