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

Fixed crash when network config is None

Open sebimoe opened this issue 11 months ago • 0 comments

Found the problem shown in issue #80

<dict>.get() returns the default only when the key does not exist, but when it exists with None value, that value is returned.

sebimoe avatar Jan 16 '25 04:01 sebimoe