Skip to content

Commit

Permalink
nit: style
Browse files Browse the repository at this point in the history
  • Loading branch information
NohaIhab committed Sep 17, 2024
1 parent 1cbe808 commit 605d8f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions driver/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def assert_profile_deleted(client, profile_name, logger: logging.Logger):
raise
else:
deleted = True
else:
logger.info(f"Waiting for Profile {profile_name} to be deleted..")

logger.info(f"Waiting for Profile {profile_name} to be deleted..")

assert deleted, f"Waited too long for Profile {profile_name} to be deleted!"

0 comments on commit 605d8f9

Please sign in to comment.