Skip to content

Commit

Permalink
Bug #53333: ruff formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dwiesent committed Jun 27, 2024
1 parent 9761455 commit 2b83620
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ def search(self, filter_s='', base='', scope='sub', sizelimit=0):
try:
retrieved_obj = self.get(dn)
except NoObject:
logging.getLogger('ADMIN').warning('Skipping over search result with DN {!r}, that does not exist anymore'.format(dn))
logging.getLogger('ADMIN').warning(f'Skipping over search result with DN {dn!r}, that does not exist anymore')
continue
yield retrieved_obj

Expand Down

0 comments on commit 2b83620

Please sign in to comment.