SUSE-Enceladus / img-proof

img-proof provides a command line utility to test images in the Public Cloud
https://img-proof.readthedocs.io/en/latest/
GNU General Public License v3.0
14 stars 7 forks source link

Fix wrong exclude type #346

Closed grisu48 closed 2 years ago

grisu48 commented 2 years ago

Allows the exclude parameter to be any iterable and string. This fixes a regression in which passing any exclude parameter crashed the program.

Fixes https://github.com/SUSE-Enceladus/img-proof/issues/345

smarlowucf commented 2 years ago

This causes a regression when no exclude is provided since the default is []

smarlowucf commented 2 years ago

Thanks @grisu48

grisu48 commented 2 years ago

Thank you @smarlowucf !