Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed May 16, 2024
1 parent d8ac9d9 commit 9995399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def get_vol(self, name: str) -> Volume:
try:
return self.client.volumes.get(name)
except docker.errors.NotFound:
logger.debug(f'Volume {name} is not exist')
logger.debug(f'Volume {name} does not exist')
return None

def rm_vol(self, name: str, retry_lvmpy_error: bool = True) -> None:
Expand Down

0 comments on commit 9995399

Please sign in to comment.