fix error if logo path or similar option is not set
This commit is contained in:
parent
18fdb34b3f
commit
48cff709b3
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue