docker-py icon indicating copy to clipboard operation
docker-py copied to clipboard

fix: none output type in exec_run(#3172)

Open Khushiyant opened this issue 2 years ago • 1 comments

fix #3172

This is added with refernce to docker-py docs

Changes:

+ exec_output = tuple(b'' if x is None else x for x in exec_output)

Khushiyant avatar Dec 17 '23 15:12 Khushiyant

@milas PTAL

Khushiyant avatar Dec 23 '23 14:12 Khushiyant