fix error if logo path or similar option is not set

This commit is contained in:
Laura Klünder 2018-01-04 22:22:14 +01:00
parent 18fdb34b3f
commit 48cff709b3

View file

@ -12,6 +12,7 @@ logo_paths = {
logofinder_results = {
os.path.join(prefix, os.path.basename(path)): path
for prefix, path in logo_paths.items()
if path
}