Skip to content

Commit

Permalink
fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgn committed Jan 2, 2025
1 parent 7296e3c commit 45b81a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nxc/protocols/ldap.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def create_conn_obj(self):
self.logger.debug("Exception:", exc_info=True)
self.logger.info(f"Skipping item, cannot process due to error {e}")
except OSError as e:
self.logger.error(f"Error getting ldap info { str(e) }")
self.logger.error(f"Error getting ldap info {e}")

self.target = target
self.targetDomain = target_domain
Expand Down

0 comments on commit 45b81a4

Please sign in to comment.