Skip to content

Commit

Permalink
Removing redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWoodard committed Dec 19, 2024
1 parent 235e177 commit 335a0b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions devservices/commands/purge.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ def purge(_args: Namespace) -> None:
):
try:
stop_containers(devservices_containers, should_remove=True)
except DockerDaemonNotRunningError:
console.warning("The docker daemon is not running, no containers to stop")
except DockerError as e:
console.failure(f"Failed to stop running devservices containers {e.stderr}")
exit(1)
Expand Down

0 comments on commit 335a0b4

Please sign in to comment.