We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7296e3c commit 45b81a4Copy full SHA for 45b81a4
1 file changed
nxc/protocols/ldap.py
@@ -206,7 +206,7 @@ def create_conn_obj(self):
206
self.logger.debug("Exception:", exc_info=True)
207
self.logger.info(f"Skipping item, cannot process due to error {e}")
208
except OSError as e:
209
- self.logger.error(f"Error getting ldap info { str(e) }")
+ self.logger.error(f"Error getting ldap info {e}")
210
211
self.target = target
212
self.targetDomain = target_domain
0 commit comments