j-bennet / wharfee

A CLI with autocompletion and syntax highlighting for Docker commands.
BSD 3-Clause "New" or "Revised" License
657 stars 41 forks source link

handle DockerException properly #151

Closed rockwelln closed 7 years ago

rockwelln commented 7 years ago

DockerException derive from Exception which doesn't use the attribute 'message' anymore in python3 (python2 only)

j-bennet commented 7 years ago

Perfect, thank you. 🌷