Skip to content

Commit 45b81a4

Browse files
committed
fix ruff
1 parent 7296e3c commit 45b81a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/protocols/ldap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def create_conn_obj(self):
206206
self.logger.debug("Exception:", exc_info=True)
207207
self.logger.info(f"Skipping item, cannot process due to error {e}")
208208
except OSError as e:
209-
self.logger.error(f"Error getting ldap info { str(e) }")
209+
self.logger.error(f"Error getting ldap info {e}")
210210

211211
self.target = target
212212
self.targetDomain = target_domain

0 commit comments

Comments
 (0)